From 0c773feef928b5b491463428c2c4edfa2bc8993f Mon Sep 17 00:00:00 2001 From: nanocortex <40443396+nanocortex@users.noreply.github.com> Date: Fri, 15 Oct 2021 06:10:15 +0000 Subject: Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 00efaa6..89362d1 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,10 @@ In case you need to use your browser's cookies with MeTube, for example to downl [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). +## Firefox 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). + ## Bookmarklet [kushfest](https://github.com/kushfest) has created a Chrome bookmarklet for sending the currently open webpage to MeTube. Please note that if you're on an HTTPS page, your MeTube instance must be behind an HTTPS reverse proxy (see below) for the bookmarklet to work. -- cgit From a368aef3849783dea3576a0dc43d5a304fc05129 Mon Sep 17 00:00:00 2001 From: nanocortex <40443396+nanocortex@users.noreply.github.com> Date: Fri, 15 Oct 2021 06:16:41 +0000 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89362d1..d471405 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ In case you need to use your browser's cookies with MeTube, for example to downl ## Firefox 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). +[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) and get sources from [here](https://github.com/nanocortex/metube-firefox-addon). ## Bookmarklet -- cgit From e8a5eba8243f1e624a5f4f5ca06e3d54bc9f3f0c Mon Sep 17 00:00:00 2001 From: nanocortex <40443396+nanocortex@users.noreply.github.com> Date: Fri, 15 Oct 2021 06:17:38 +0000 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d471405..2344d66 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ In case you need to use your browser's cookies with MeTube, for example to downl ## Firefox 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) and get sources from [here](https://github.com/nanocortex/metube-firefox-addon). +[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). ## Bookmarklet -- cgit From 8be3aa1ec9ee0052c581f044e9e30c8cf8748642 Mon Sep 17 00:00:00 2001 From: Alex Shnitman Date: Fri, 15 Oct 2021 12:47:53 +0300 Subject: Rewording of browser extension sections in README --- README.md | 8 ++++---- 1 file 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 -- cgit