diff options
author | Rpsl <gmail@rpsl.info> | 2021-07-27 15:18:00 +0300 |
---|---|---|
committer | Rpsl <gmail@rpsl.info> | 2021-07-27 15:18:00 +0300 |
commit | 9628371d8cbd3202be101636e7d32051bd1783df (patch) | |
tree | 5c7d74e1cc9da15a2a2301a918486c495a696f5f | |
parent | Merge pull request #36 from omeryagmurlu/master (diff) | |
download | metube-9628371d8cbd3202be101636e7d32051bd1783df.tar.gz metube-9628371d8cbd3202be101636e7d32051bd1783df.tar.bz2 metube-9628371d8cbd3202be101636e7d32051bd1783df.zip |
added info in README about browser extension
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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.
|