AdBlock Pro - Open Source Ad Blocker

Powerful Open Source Ad Blocker: Blocks ads on websites, with ongoing development for new features. Best of all? It's always free.

AdBlock Pro - Open Source Ad Blocker란 무엇입니까?

AdBlock Pro - Open Source Ad Blocker은(는) IntelliVisionAI에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Powerful Open Source Ad Blocker: Blocks ads on websites, with ongoing development for new features. Best of all? It's always free."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

AdBlock Pro - Open Source Ad Blocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Take control of your online experience with AdBlock Pro, the open-source ad blocker hosted on GitHub (https://github.com/IntelliVisionAi/AdBlock-Pro-Open-Source). Say goodbye to annoying ads, pop-ups, and privacy-invading trackers on all websites.

Features:
✓ Websites will not know you are using an Ad Block!
✓ Block all ads, including video ads and banners!
✓ Say no to annoying pop-ups!
✓ Safeguard your privacy by stopping trackers!
✓ Protect against malicious ads that hide threats!
✓ Enjoy faster browsing as resource-hungry ads are blocked!
✓ Customize your experience with whitelisting for favorite sites!
✓ Access free and dedicated support!
✓ Regain control of your online experience!

With AdBlock Pro, you're in charge. Say hello to a cleaner, faster, and safer web.                    

확장 프로그램 기본 정보

이름 AdBlock Pro - Open Source Ad Blocker AdBlock Pro - Open Source Ad Blocker
ID nckdpkhlinkgcebghcecbaohbeemdmjk
공식 URL https://chromewebstore.google.com/detail/adblock-pro-open-source-a/nckdpkhlinkgcebghcecbaohbeemdmjk
설명 Powerful Open Source Ad Blocker: Blocks ads on websites, with ongoing development for new features. Best of all? It's always free.
파일 크기 9.33 KB
설치 횟수 376
현재 버전 1.0.1
최근 업데이트 2023-09-14
출시 날짜 2023-09-13
평점 5.00/5 총 2 개의 평점
개발자 IntelliVisionAI
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/IntelliVisionAi/AdBlock-Pro-Open-Source
개인정보 보호 정책 페이지 URL https://intellivisionai.github.io/ChatGPTUltimateExtension
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdBlock Pro - Open Source Ad Blocker",
    "version": "1.0.1",
    "manifest_version": 3,
    "description": "Powerful Open Source Ad Blocker: Blocks ads on websites, with ongoing development for new features. Best of all? It's always free.",
    "permissions": [
        "declarativeNetRequest"
    ],
    "action": {
        "default_popup": "",
        "default_icon": {
            "16": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}