Bignest Privacy Guard & AdBlocker

Block YouTube™ ads, pop-ups and improve your privacy! Using Chrome manifest v3.

Bignest Privacy Guard & AdBlocker là gì?

Bignest Privacy Guard & AdBlocker là một tiện ích mở rộng Chrome được phát triển bởi https://bignest.com, và tính năng chính của nó là "Block YouTube™ ads, pop-ups and improve your privacy! Using Chrome manifest v3.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bignest Privacy Guard & AdBlocker

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

                        Extension can block most of the tracking/analytics or ads. It also hides annoying pop-ups and blocks ad-block detection. It improves your privacy on the web. With a toggle switch, you can turn it ON or OFF. Easy to use. Runs locally, no connection with our or any servers whatsoever.

It is updated regularly

~~~~~~~~~~~~~~~~~~~~~~~~~~~~
FEATURES
¤ Blocks pop-ups
¤ Blocks YouTube ads
¤ Blocks YouTube video ads
¤ Blocks user's analytics and improves your privacy
¤ Blocks AdBlocker detection systems
¤ Recognizes cryptocurrency mining websites
¤ Blocks scam websites
¤ Removes tracking cookies (currently in beta)
¤ Blocks Geo-location tracking (currently in beta)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CHANGE LOG
¤ Added Check Similar URL toggle button
¤ Updated similar URL list

~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PRIVACY POLICY 
https://legal.bignest.com/pp-privacyGuard


All extensions from bignest.com:  https://bignest.com/chrome_extensions/                    

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

Tên Bignest Privacy Guard & AdBlocker Bignest Privacy Guard & AdBlocker
ID mahhknkocddckimgigncgielgjjhildb
URL Chính Thức https://chromewebstore.google.com/detail/bignest-privacy-guard-adb/mahhknkocddckimgigncgielgjjhildb
Mô tả Block YouTube™ ads, pop-ups and improve your privacy! Using Chrome manifest v3.
Kích Thước Tệp 108 KB
Số Lần Cài Đặt 116
Phiên Bản Hiện Tại 0.0.7.9
Cập Nhật Lần Cuối 2024-02-13
Ngày Phát Hành 2020-10-25
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://bignest.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://bignest.com
URL Trang Trợ Giúp https://bignest.com/contact
URL Trang Chính Sách Bảo Mật https://legal.bignest.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.7.9",
    "name": "Bignest Privacy Guard & AdBlocker",
    "manifest_version": 3,
    "description": "Block YouTube\u2122 ads, pop-ups and improve your privacy! Using Chrome manifest v3.",
    "action": {
        "default_title": "Bignest Privacy Guard",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/favicon\/icon-16.png",
        "48": "img\/favicon\/icon-48.png",
        "128": "img\/favicon\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "cs.js"
            ],
            "matches": [
                "",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/modules\/adblock.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bignest.com\/*",
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/modules\/sdk.js",
                "js\/content_script.js",
                "js\/modules\/adblock_content.js"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "activeTab",
        "webRequest",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "storage"
    ],
    "optional_permissions": [],
    "host_permissions": [
        "",
        "https:\/\/bignest.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; worker-src 'self' 'wasm-unsafe-eval'; script-src 'self' 'wasm-unsafe-eval'; connect-src http:\/\/localhost:3100 https:\/\/localhost:3100; style-src * 'unsafe-inline' 'self' blob:; font-src *; img-src * chrome:\/\/favicon\/ 'self' data:; object-src 'self';"
    }
}