AdzShield

Automatically skips ads on Youtube and hides ads on Google.

AdzShield là gì?

AdzShield là một tiện ích mở rộng Chrome được phát triển bởi https://adzshield.com, và tính năng chính của nó là "Automatically skips ads on Youtube and hides ads on Google.".

Ả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 AdzShield

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

                        Enjoying your browsing experience on Google and Youtube with Adz Shield. 
We will make sure that you are not getting distracted by annoying ads.
- Clicks on "skip ad" for you on Youtube
- Hides distracting ads on Youtube and Google.                    

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

Tên AdzShield AdzShield
ID bedkmppnhldpheapcmnlchkdhfldcedd
URL Chính Thức https://chromewebstore.google.com/detail/adzshield/bedkmppnhldpheapcmnlchkdhfldcedd
Mô tả Automatically skips ads on Youtube and hides ads on Google.
Kích Thước Tệp 17.25 KB
Số Lần Cài Đặt 111,992
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2023-11-28
Ngày Phát Hành 2022-01-11
Đánh Giá 4.43/5 Tổng số 23 Đánh Giá
Nhà Phát Triển https://adzshield.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://adzshield.com/privacy.php
Ngôn Ngữ Được Hỗ Trợ de,en,fr,es,it,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 3,
    "version": "1.0.4",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/www.google.fr\/*",
                "https:\/\/www.google.de\/*",
                "https:\/\/www.google.com.br\/*",
                "https:\/\/www.google.it\/*",
                "https:\/\/www.google.es\/*",
                "https:\/\/www.google.co.uk\/*",
                "https:\/\/www.google.co.in\/*",
                "https:\/\/www.google.nl\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "alarms"
    ],
    "icons": {
        "128": "128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "128.png",
                "c.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}