Youtube™ Adblocker

Youtube ™ Adblocker disables all ads in one click.

什麼是Youtube™ Adblocker?

Youtube™ Adblocker是由betento6334開發的Chrome擴展程式,該擴展的主要功能是“Youtube ™ Adblocker disables all ads in one click.”。

擴展截圖

screenshot
screenshot
screenshot

下載Youtube™ Adblocker擴展crx文件

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

擴展使用說明

                        Nowadays a very popular YouTube application and you probably like to watch your favorite bloggers or listen to your favorite music in it.  Surely you had to interrupt your viewing for dim ads that you do not want to see.  Youtube AdBlocker can easily help you with this.  When installed, it will instantly remove your ads and you can simply forget about it.  It is a very easy to use product.  We did our best to make Youtube AdBlocker as functional as possible.  We are confident that you will be happy with the installation.  Rather, join our users and enjoy using, and to download our  YouTube AdBlocker  just follow the link below.                    

擴展基本資訊

名稱 Youtube™ Adblocker Youtube™ Adblocker
ID imllljhjdokmdbpkdgfjdfbgfkpobobo
官方網址 https://chrome.google.com/webstore/detail/youtube-adblocker/imllljhjdokmdbpkdgfjdfbgfkpobobo
簡介 Youtube ™ Adblocker disables all ads in one click.
檔案大小 16.52 KB
安裝次數 10,000
目前版本 1.6
更新時間 2021-11-25
上架時間 2021-07-25
評分 4.85/5 共 13 次評分
開發者 betento6334
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "Youtube \u2122 Adblocker disables all ads in one click.",
    "version": "1.6",
    "default_locale": "en",
    "manifest_version": 2,
    "icons": {
        "300": "yapmak\/logo.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "300": "yapmak\/logo.png"
        },
        "default_title": "Adblock for Youtube\u2122",
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        "yapmak\/checkboxes.css"
    ],
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "icinde\/icinde1\/icinde2\/script1.js",
            "icinde\/icinde1\/script1.js",
            "icinde\/icinde1\/script2.js",
            "icinde\/icinde1\/icinde2\/icinde3\/script1.js",
            "icinde\/icinde1\/icinde2\/icinde3\/script2.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "meraba\/script1.js",
                "meraba\/\u0131y\u0131z\/script.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ]
}