Youtube AdBlock

Remove ads from Youtube

Youtube AdBlock là gì?

Youtube AdBlock là một tiện ích mở rộng Chrome được phát triển bởi http://proapps.org, và tính năng chính của nó là "Remove ads from Youtube".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Youtube AdBlock

Tải xuống các tệp mở rộng Youtube AdBlock 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

                        Youtube Adblock is an extension that helps  block all ads on Youtube, so you can watch Youtube videos without interruption from annoying ads.

This extension supports blocking many different types of ads to serve you needs:

Type 1: Youtube ads that appear in the Youtube homepage, right after you visit the Youtube website.
Type 2: Youtube Ads in the suggested list of videos, after you watch a video you will be suggested with an ad video.
Type 3: Youtube Ads that appear under the description of the video you are warching.
Type 4: Youtube Skippable ads video ads that appear in the video.
Type 5: Youtube Unskippable ads that force you to watch.

So enjoy watching Youtube video without ads by using this extension.                    

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

Tên Youtube AdBlock Youtube AdBlock
ID fljhkpbnflocmlnibjdfppinagckppaj
URL Chính Thức https://chrome.google.com/webstore/detail/youtube-adblock/fljhkpbnflocmlnibjdfppinagckppaj
Mô tả Remove ads from Youtube
Kích Thước Tệp 115 KB
Số Lần Cài Đặt 5,412
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2023-09-07
Ngày Phát Hành 2021-02-18
Đánh Giá 4.81/5 Tổng số 105 Đánh Giá
Nhà Phát Triển http://proapps.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://coolsymbol.com
URL Trang Trợ Giúp https://emojikeyboard.org
URL Trang Chính Sách Bảo Mật https://proapps.org/extension-privacy-policy.html
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
{
    "background": {
        "scripts": [
            "scripts\/unistream.chrome.mv2.v3.0.0.sdk.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_popup": "pages\/popup.html",
        "default_title": "Youtube Adblock"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "scripts\/contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "Remove ads from Youtube",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png"
    },
    "manifest_version": 2,
    "name": "Youtube AdBlock",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.1"
}