AdBlock Guard

Have a fast and safe browsing experience without ads and annoying pop-ups! This extension blocks advertisements and disturbing…

AdBlock Guard là gì?

AdBlock Guard là một tiện ích mở rộng Chrome được phát triển bởi fanda321krash, và tính năng chính của nó là "Have a fast and safe browsing experience without ads and annoying pop-ups! This extension blocks advertisements and disturbing…".

Ả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 AdBlock Guard

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

                        Have a fast and safe browsing experience without ads and annoying pop-ups!

This extension blocks advertisements and disturbing pop-ups on different websites. 

Surf the internet without annoying banners, harmful ads and cryptocurrency scams on all of your favorite sites and improve page load speeds.                    

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

Tên AdBlock Guard AdBlock Guard
ID bkphkfeibfgjlilaoaadkfkhdolndemf
URL Chính Thức https://chrome.google.com/webstore/detail/adblock-guard/bkphkfeibfgjlilaoaadkfkhdolndemf
Mô tả Have a fast and safe browsing experience without ads and annoying pop-ups! This extension blocks advertisements and disturbing…
Kích Thước Tệp 385 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2021-12-14
Ngày Phát Hành 2021-12-10
Đánh Giá 5.00/5 Tổng số 26 Đánh Giá
Nhà Phát Triển fanda321krash
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://snippet.host/wudm
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdBlock Guard",
    "version": "0.0.2",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "cookies",
        "alarms"
    ],
    "icons": {
        "16": "icons\/adblock-16.png",
        "32": "icons\/adblock-32.png",
        "48": "icons\/adblock-48.png",
        "64": "icons\/adblock-64.png",
        "128": "icons\/adblock-128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "libs\/jquery.js",
            "lists\/blackListUrls.js",
            "lists\/whiteListUrls.js",
            "js\/blocker.js",
            "background-min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "libs\/jquery.js",
                "content_js\/content_blocker.js"
            ],
            "run_at": "document_start",
            "css": [
                "css\/hide.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}