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.」です。
拡張機能のスクリーンショット
AdBlock Pro - Open Source Ad Blocker拡張機能のCRXファイルをダウンロード
AdBlock Pro - Open Source Ad Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        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.                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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"
    }
}  |  |