EveryTube
Populates your YouTube Subscriptions page with content from other video platforms. Currently supports Bitchute and Odysee.com.
EveryTubeとは何ですか?
EveryTubeはwww.odwyer.softwareによって開発されたChromeの拡張機能で、その主な機能は「Populates your YouTube Subscriptions page with content from other video platforms. Currently supports Bitchute and Odysee.com.」です。
拡張機能のスクリーンショット
EveryTube拡張機能のCRXファイルをダウンロード
EveryTube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to keep up to date with creators who don't have a YouTube account right from your YouTube subscriptions page. Everything in one place 👍 How to use: 1. Visit the other video sites (Bitchute or Odysee) and login to them using your web browser as normal. 2. Visit your YouTube Subscriptions page (https://www.youtube.com/feed/subscriptions) 3. You should now see content from all video sites listed on that page. Common Issues: 1. If for some reason you don't see the content on the YouTube page, but you are logged in to the other video sites, wait 5 minutes and try again (EveryTube takes that long to update sometimes). FAQs: Q: Does EveryTube access my login username or password in any way? A: No.
拡張機能の基本情報
名前 | EveryTube |
ID | emegoeklfbjgngcomlbmdjcmbaeilhhd |
公式URL | https://chromewebstore.google.com/detail/everytube/emegoeklfbjgngcomlbmdjcmbaeilhhd |
説明 | Populates your YouTube Subscriptions page with content from other video platforms. Currently supports Bitchute and Odysee.com. |
ファイルサイズ | 1.06 MB |
インストール数 | 183 |
現在のバージョン | 0.2.6 |
最終更新日 | 2022-09-12 |
公開日 | 2020-09-09 |
評価 | 4.00/5 合計 8 レビュー |
開発者 | www.odwyer.software |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/project-49476/EveryTube |
ヘルプページのURL | https://github.com/project-49476/EveryTube |
プライバシーポリシーページのURL | https://github.com/project-49476/EveryTube/wiki/Privacy-Policy |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EveryTube", "description": "Populates your YouTube Subscriptions page with content from other video platforms. Currently supports Bitchute and Odysee.com.", "version": "0.2.6", "icons": { "128": "images\/icon-128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "css": [ "style.css" ], "js": [ "content.js" ], "run_at": "document_idle" } ], "permissions": [ "cookies", "unlimitedStorage", "history", "storage" ], "host_permissions": [ "https:\/\/www.youtube.com\/*", "https:\/\/www.odysee.com\/*", "https:\/\/odysee.com\/*", "https:\/\/www.bitchute.com\/", "https:\/\/lbry.tv\/", "https:\/\/lbry.tv\/$\/following", "https:\/\/api.lbry.tv\/*", "https:\/\/api.lbry.com\/*" ], "manifest_version": 3 } |