aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRpsl <gmail@rpsl.info>2021-07-27 15:18:00 +0300
committerRpsl <gmail@rpsl.info>2021-07-27 15:18:00 +0300
commit9628371d8cbd3202be101636e7d32051bd1783df (patch)
tree5c7d74e1cc9da15a2a2301a918486c495a696f5f /README.md
parentMerge pull request #36 from omeryagmurlu/master (diff)
downloadmetube-9628371d8cbd3202be101636e7d32051bd1783df.tar.gz
metube-9628371d8cbd3202be101636e7d32051bd1783df.tar.bz2
metube-9628371d8cbd3202be101636e7d32051bd1783df.zip
added info in README about browser extension
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 57bbad6..8c6521e 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,10 @@ Certain values can be set via environment variables, using the `-e` parameter on
* __URL_PREFIX__: base path for the web server (for use when hosting behind a reverse proxy). Defaults to `/`.
* __OUTPUT_TEMPLATE__: the template for the filenames of the downloaded videos, formatted according to [this spec](https://github.com/ytdl-org/youtube-dl/blob/master/README.md#output-template). Defaults to `%(title)s.%(ext)s`.
+## Chrome extension
+
+[Rpsl](https://github.com/rpsl) has create a Chrome extension. 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).
+
## 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.
bgstack15