Adblock for Youtube™

Removes ads from Youtube™.

什麼是Adblock for Youtube™?

Adblock for Youtube™是由anzai3238開發的Chrome擴展程式,該擴展的主要功能是“Removes ads from Youtube™.”。

擴展截圖

screenshot

下載Adblock for Youtube™擴展crx文件

下載Adblock for Youtube™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        We would like to present you our new unique and very useful extension YouTube AdBlocker. If you are a fan of watching videos on YouTube, then you will definitely like our product.  Surely, while watching a video, you had to be interrupted by boring and unnecessary advertising, which crashes right while watching.  Only Youtube AdBlocker will block any ads on YouTube.  This is a very convenient and comfortable extension.  We have done our best to make our users enjoy using our extension.  It's feature rich and free.  All you need is just to download our product and enjoy using it.                    

擴展基本資訊

名稱 Adblock for Youtube™ Adblock for Youtube™
ID jannchdahcpeomkijhnajendgeliepmp
官方網址 https://chrome.google.com/webstore/detail/adblock-for-youtube/jannchdahcpeomkijhnajendgeliepmp
簡介 Removes ads from Youtube™.
檔案大小 38.31 KB
安裝次數 483,929
目前版本 1.1
更新時間 2021-12-22
上架時間 2021-06-21
評分 3.73/5 共 11 次評分
開發者 anzai3238
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.1",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "128": "static\/res\/front.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "background": {
        "page": "worker\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "domUtils.js",
                "inj\/adSkiper.js",
                "inj\/teaz_elDMessageListener.js",
                "inj\/teaz_elDDOM.js",
                "inj\/teaz_elDDOMFilter.js",
                "inj\/teaz_elD.js",
                "inj\/teaz_elDStarter.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": {
            "300": "static\/res\/front.png"
        },
        "default_title": "Adblock for Youtube\u2122",
        "default_popup": "win\/index.html"
    },
    "web_accessible_resources": [
        "\/checkboxes.min.css"
    ],
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}