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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Powerful Open Source Ad Blocker: Blocks ads on websites, with ongoing development for new features. Best of all? It's always free."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AdBlock Pro - Open Source Ad Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}