AdsBlocker for YouTube™

AdsBlocker for YouTube™ automatically blocks all ads on YouTube™

AdsBlocker for YouTube™ là gì?

AdsBlocker for YouTube™ là một tiện ích mở rộng Chrome được phát triển bởi olyafoteva3, và tính năng chính của nó là "AdsBlocker for YouTube™ automatically blocks all ads on YouTube™".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AdsBlocker for YouTube™

Tải xuống các tệp mở rộng AdsBlocker for YouTube™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AdsBlocker for YouTube™ AdsBlocker for YouTube™
ID pdkgjjhlbojfndcacamipdenealcpmcb
URL Chính Thức https://chrome.google.com/webstore/detail/adsblocker-for-youtube/pdkgjjhlbojfndcacamipdenealcpmcb
Mô tả AdsBlocker for YouTube™ automatically blocks all ads on YouTube™
Kích Thước Tệp 28.83 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-02-01
Ngày Phát Hành 2020-11-09
Đánh Giá 3.86/5 Tổng số 79 Đánh Giá
Nhà Phát Triển olyafoteva3
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/e/2PACX-1vR92wyo16IRMvrWQFtmLCkPcp9IBIBaQ7PFlXpjQUou8xcoly2LZVcMh3iJ-6OUcW9wAs6nQ22En92q/pub
Ngôn Ngữ Được Hỗ Trợ 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'"
}