Youtube™ Adblocker

Youtube ™ Adblocker disables all ads in one click.

Youtube™ Adblocker là gì?

Youtube™ Adblocker là một tiện ích mở rộng Chrome được phát triển bởi betento6334, và tính năng chính của nó là "Youtube ™ Adblocker disables all ads in one click.".

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

screenshot
screenshot
screenshot

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

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

                        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.                    

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

Tên Youtube™ Adblocker Youtube™ Adblocker
ID imllljhjdokmdbpkdgfjdfbgfkpobobo
URL Chính Thức https://chrome.google.com/webstore/detail/youtube-adblocker/imllljhjdokmdbpkdgfjdfbgfkpobobo
Mô tả Youtube ™ Adblocker disables all ads in one click.
Kích Thước Tệp 16.52 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2021-11-25
Ngày Phát Hành 2021-07-25
Đánh Giá 4.85/5 Tổng số 13 Đánh Giá
Nhà Phát Triển betento6334
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_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"
        }
    ]
}