AdsBlocker for YouTube™

AdsBlocker for YouTube™ automatically blocks all ads on YouTube™

什麼是AdsBlocker for YouTube™?

AdsBlocker for YouTube™是由olyafoteva3開發的Chrome擴展程式,該擴展的主要功能是“AdsBlocker for YouTube™ automatically blocks all ads on YouTube™”。

擴展截圖

screenshot

下載AdsBlocker for YouTube™擴展crx文件

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

擴展使用說明

                        Adblock  is a browser extension with content filtering and ad blocking that blocks. This allows users to prevent the display of page elements such as advertisements.

Banners, commercials, or even commercials that you usually see before videos are blocked.

Save your time by stopping these useless advertisements. In fact, after installing Adblock , all  ads will be hidden, including video ads embedded on other sites.

Features Adblock :
- blocks ads, banners and pop-ups
- Blocking ads on external sites that download 
- mprove page loading speed                    

擴展基本資訊

名稱 AdsBlocker for YouTube™ AdsBlocker for YouTube™
ID pdkgjjhlbojfndcacamipdenealcpmcb
官方網址 https://chrome.google.com/webstore/detail/adsblocker-for-youtube/pdkgjjhlbojfndcacamipdenealcpmcb
簡介 AdsBlocker for YouTube™ automatically blocks all ads on YouTube™
檔案大小 28.83 KB
安裝次數 20,000
目前版本 1.1
更新時間 2021-02-01
上架時間 2020-11-09
評分 3.86/5 共 79 次評分
開發者 olyafoteva3
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://docs.google.com/document/d/e/2PACX-1vR92wyo16IRMvrWQFtmLCkPcp9IBIBaQ7PFlXpjQUou8xcoly2LZVcMh3iJ-6OUcW9wAs6nQ22En92q/pub
支援的語言 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.1",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "content.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "inject.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": {
            "128": "icon.png"
        }
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}