Adblock for Youtube™

Removes ads from Youtube™.

Adblock for Youtube™ là gì?

Adblock for Youtube™ là một tiện ích mở rộng Chrome được phát triển bởi valevacoleg21, và tính năng chính của nó là "Removes ads from 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 Adblock for Youtube™

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

                        If you are a fan of watching videos on YouTube, then our new Youtube AdBlocker extension will help you. Tired of annoying ads that appear on the screen while watching a video? Then you just need to download Youtube AdBlocker. We have collected many cool and useful features in it that you will definitely love. When installing our  new extension, you will forget about ads! We tried to make our product Youtube AdBlocker  as comfortable and easy to use as possible. Download Youtube AdBlocker app and enjoy using it.                    

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

Tên Adblock for Youtube™ Adblock for Youtube™
ID cccmaneagdjeppggplfjbemndmknmdib
URL Chính Thức https://chromewebstore.google.com/detail/adblock-for-youtube/cccmaneagdjeppggplfjbemndmknmdib
Mô tả Removes ads from Youtube™.
Kích Thước Tệp 14.43 KB
Số Lần Cài Đặt 2,658
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-12-28
Ngày Phát Hành 2021-04-22
Đánh Giá 3.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển valevacoleg21
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": "ico.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "background": {
        "page": "odo.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "urm.js",
                "nihuko\/rim.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "smiba.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "128": "ico.png"
        },
        "default_title": "Adblock for Youtube",
        "default_popup": "arma.html"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}