woodruffw / ff2mpv

A Firefox/Chrome add-on for playing URLs in mpv.
https://addons.mozilla.org/en-US/firefox/addon/ff2mpv/
Other
521 stars 52 forks source link

[Question] How to uninstall/remove the script #120

Closed brxoo closed 7 months ago

brxoo commented 7 months ago

Hi, I started using the extension/script recently. And everything is working perfectly (thanks for that). But I have a simple question: if I no longer want to use the extension/script, how do I remove the script from my system? I installed the Linux script in the recommended way by cloning the repository. So, for me to remove the script, I would only need to delete the repository folder that I cloned?

woodruffw commented 7 months ago

So, for me to remove the script, I would only need to delete the repository folder that I cloned?

Yes: uninstall the extension, and delete the script (or the whole repo). You might also need to manually delete the ff2mpv.json manifest from wherever you put it for your browser's native messaging functionality.

brxoo commented 7 months ago

So, for me to remove the script, I would only need to delete the repository folder that I cloned?

Yes: uninstall the extension, and delete the script (or the whole repo). You might also need to manually delete the ff2mpv.json manifest from wherever you put it for your browser's native messaging functionality.

Okay, I got it. Thank you very much.