OpenTube
Privacy aware, secure OpenTube. Blocks any ads on YouTube.com.
OpenTubeとは何ですか?
OpenTubeはOpenTube Studioによって開発されたChromeの拡張機能で、その主な機能は「Privacy aware, secure OpenTube. Blocks any ads on YouTube.com.」です。
拡張機能のスクリーンショット
OpenTube拡張機能のCRXファイルをダウンロード
OpenTube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
OpenTube automatically skip ads and hides annoying banner ads. OpenTube is a Chrome extension that blocks ads from YouTube™ and keeps track of the time you've saved by not watching ads on the platform. This content filtering and ad-blocking tool blocks all kinds of ads on YouTube, including banner ads, ad-clips, and pre-roll ads. With OpenTube, you'll experience faster loading times and a more streamlined viewing experience. The technology behind the extension is based on ad-blocking filter lists that block external ad URLs on YouTube without making any changes to the website itself. This extension is built with the new Manifest 3 system, which is privacy-aware and requires minimal permissions for ad-blocking on YouTube. You can trust that any adblock detection happens on your computer and is not tracked or monitored. OpenTube is open-source and under the GPL3 License. You can review the code or contact support for more information. While the extension may ask for access to your browsing history and website data, it is only because OpenTube for YouTube™ runs on every tab, and does not monitor your browsing history or require any personal information to function properly.
拡張機能の基本情報
名前 | OpenTube |
ID | jnmphegbidojlnkglhoimenbplbkhjib |
公式URL | https://chromewebstore.google.com/detail/opentube/jnmphegbidojlnkglhoimenbplbkhjib |
説明 | Privacy aware, secure OpenTube. Blocks any ads on YouTube.com. |
ファイルサイズ | 1.75 MB |
インストール数 | 62 |
現在のバージョン | 1.0.12 |
最終更新日 | 2023-03-27 |
公開日 | 2023-02-16 |
開発者 | OpenTube Studio |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://opentube.ai/ |
プライバシーポリシーページのURL | https://opentube.ai/privacy-policy |
対応言語 | en,ru,uk |
manifest.json | |
{ "action": { "default_icon": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png", "512": "icons\/icon-512.png", "1024": "icons\/icon-1024.png" }, "default_title": "__MSG_actionTitle__" }, "background": { "service_worker": "service-worker.js" }, "content_scripts": [ { "all_frames": true, "js": [ "lib\/navigator.share.js", "content.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_start" }, { "all_frames": true, "css": [ "content.css" ], "js": [ ".\/js\/vendor.js", ".\/js\/content.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_start" } ], "declarative_net_request": { "rule_resources": [ { "enabled": true, "id": "youtube", "path": "rules\/youtube.json" } ] }, "default_locale": "en", "description": "__MSG_extensionDescription__", "host_permissions": [ " |