aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Shnitman <alexta69@gmail.com>2021-10-15 12:47:53 +0300
committerAlex Shnitman <alexta69@gmail.com>2021-10-15 12:47:53 +0300
commit8be3aa1ec9ee0052c581f044e9e30c8cf8748642 (patch)
tree8c5e6c680cc4360bf548d27c11d41771389d6058 /README.md
parentUpdate README.md (diff)
downloadmetube-8be3aa1ec9ee0052c581f044e9e30c8cf8748642.tar.gz
metube-8be3aa1ec9ee0052c581f044e9e30c8cf8748642.tar.bz2
metube-8be3aa1ec9ee0052c581f044e9e30c8cf8748642.zip
Rewording of browser extension sections in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 2344d66..6967a10 100644
--- a/README.md
+++ b/README.md
@@ -56,13 +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.
-## Firefox extension
+__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).
-[nanocortex](https://github.com/nanocortex) has created a similar extension for Firefox. 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).
+__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