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™ !
擴展基本資訊
名稱 | CleanTube |
ID | hdaiikckgemgnckbgnelfchlgjikgmnl |
官方網址 | 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 |
電子郵箱 | [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" ] } ] } |