CleanTube
Injects a button to YouTube which on clicking disables the ads !
CleanTubeとは何ですか?
CleanTubeはAquib Khanによって開発されたChromeの拡張機能で、その主な機能は「Injects a button to YouTube which on clicking disables the ads !」です。
拡張機能のスクリーンショット
CleanTube拡張機能のCRXファイルをダウンロード
CleanTube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tired of getting interrupted by ads while watching a YouTube™ video ?
Don't worry, CleanTube is here to help you ! When you open YouTube™, you will see a 'Block Ads' button next to the mic button. Click on it and enjoy an Ad-Free experience on YouTube™ ! 拡張機能の基本情報
| 名前 | |
| ID | hdaiikckgemgnckbgnelfchlgjikgmnl |
| 公式URL | https://chromewebstore.google.com/detail/cleantube/hdaiikckgemgnckbgnelfchlgjikgmnl |
| 説明 | Injects a button to YouTube which on clicking disables the ads ! |
| ファイルサイズ | 8.06 KB |
| インストール数 | 295 |
| 現在のバージョン | 2.0 |
| 最終更新日 | 2023-05-06 |
| 公開日 | 2023-04-20 |
| 評価 | 1.00/5 合計 1 レビュー |
| 開発者 | Aquib Khan |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "CleanTube",
"version": "2.0",
"description": "Injects a button to YouTube which on clicking disables the ads !",
"icons": {
"16": "ct16.png",
"32": "ct32.png",
"48": "ct48.png",
"128": "ct128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.youtube.com\/*"
],
"css": [
"yt.css"
],
"js": [
"content.js"
]
}
]
} | |