AdClean (works on Youtube)

Removes all unwanted ads for a smoother browsing experience.

AdClean (works on Youtube) là gì?

AdClean (works on Youtube) là một tiện ích mở rộng Chrome được phát triển bởi https://mega-block.com, và tính năng chính của nó là "Removes all unwanted ads for a smoother browsing experience.".

Ả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 AdClean (works on Youtube)

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

                        AdClean is an ad blocker to help you fall in love with the internet again, and gives you the chance to customize your experience.

✓ Block banners
✓ Block annoying video ads
✓ Give yourself faster browsing as resources are blocked from loading
✓ Click on the extension icon to stop blocking ads on the current website                    

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

Tên AdClean (works on Youtube) AdClean (works on Youtube)
ID bjnlfombjeamfelifpimnopcchmmeppk
URL Chính Thức https://chromewebstore.google.com/detail/adclean-works-on-youtube/bjnlfombjeamfelifpimnopcchmmeppk
Mô tả Removes all unwanted ads for a smoother browsing experience.
Kích Thước Tệp 1.12 MB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 2.0.4
Cập Nhật Lần Cuối 2024-01-19
Ngày Phát Hành 2023-12-22
Đánh Giá 4.25/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://mega-block.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://mega-block.com/privacy.php
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,no,da,es,it,pt-BR,fi,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "2.0.4",
    "default_locale": "en",
    "action": [],
    "background": {
        "service_worker": "extension.js"
    },
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "ecss.js",
                "cs.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "alarms",
        "scripting",
        "storage",
        "unlimitedStorage",
        "declarativeNetRequest",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "1",
                "enabled": true,
                "path": "block\/r1.json"
            },
            {
                "id": "2",
                "enabled": true,
                "path": "block\/r2.json"
            },
            {
                "id": "3",
                "enabled": true,
                "path": "block\/r3.json"
            },
            {
                "id": "4",
                "enabled": true,
                "path": "block\/r4.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "wa\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}