aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex <alexta69@gmail.com>2021-10-15 12:49:28 +0300
committerGitHub <noreply@github.com>2021-10-15 12:49:28 +0300
commit90c56a1fa5f90f52f8739e87a64e8f130fc2821e (patch)
tree8c5e6c680cc4360bf548d27c11d41771389d6058
parentMerge pull request #68 from jasonraimondi/master (diff)
parentRewording of browser extension sections in README (diff)
downloadmetube-90c56a1fa5f90f52f8739e87a64e8f130fc2821e.tar.gz
metube-90c56a1fa5f90f52f8739e87a64e8f130fc2821e.tar.bz2
metube-90c56a1fa5f90f52f8739e87a64e8f130fc2821e.zip
Merge pull request #69 from nanocortex/master
add info in README about firefox extension
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 00efaa6..6967a10 100644
--- a/README.md
+++ b/README.md
@@ -56,9 +56,13 @@ In case you need to use your browser's cookies with MeTube, for example to downl
* Drop the file in the folder you configured in the docker-compose.yml above
* Restart the container
-## Chrome extension
+## Browser extensions
-[Rpsl](https://github.com/rpsl) has created a Chrome extension that allows right-clicking a video and sending it to MeTube. You can install it from [Google Chrome Webstore](https://chrome.google.com/webstore/detail/metube-downloader/fbmkmdnlhacefjljljlbhkodfmfkijdh) or use developer mode and install [from sources](https://github.com/Rpsl/metube-browser-extension).
+Browser extensions allow right-clicking videos and sending them directly to MeTube.
+
+__Chrome:__ contributed by [Rpsl](https://github.com/rpsl). You can install it from [Google Chrome Webstore](https://chrome.google.com/webstore/detail/metube-downloader/fbmkmdnlhacefjljljlbhkodfmfkijdh) or use developer mode and install [from sources](https://github.com/Rpsl/metube-browser-extension).
+
+__Firefox:__ contributed by [nanocortex](https://github.com/nanocortex). You can install it from [Firefox Addons](https://addons.mozilla.org/en-US/firefox/addon/metube-downloader) or get sources from [here](https://github.com/nanocortex/metube-firefox-addon).
## Bookmarklet
bgstack15