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 !”。

扩展截图

screenshot

下载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 CleanTube
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
电子邮箱 [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"
            ]
        }
    ]
}