Bignest Privacy Guard & AdBlocker

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

Bignest Privacy Guard & AdBlocker란 무엇입니까?

Bignest Privacy Guard & AdBlocker은(는) https://bignest.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block YouTube™ ads, pop-ups and improve your privacy! Using Chrome manifest v3."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Bignest Privacy Guard & AdBlocker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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/                    

확장 프로그램 기본 정보

이름 Bignest Privacy Guard & AdBlocker Bignest Privacy Guard & AdBlocker
ID mahhknkocddckimgigncgielgjjhildb
공식 URL https://chromewebstore.google.com/detail/bignest-privacy-guard-adb/mahhknkocddckimgigncgielgjjhildb
설명 Block YouTube™ ads, pop-ups and improve your privacy! Using Chrome manifest v3.
파일 크기 108 KB
설치 횟수 116
현재 버전 0.0.7.9
최근 업데이트 2024-02-13
출시 날짜 2020-10-25
평점 4.00/5 총 2 개의 평점
개발자 https://bignest.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://bignest.com
도움말 페이지 URL https://bignest.com/contact
개인정보 보호 정책 페이지 URL https://legal.bignest.com/privacy-policy
지원되는 언어 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';"
    }
}