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.

Qu'est-ce que AdBlock Pro - Open Source Ad Blocker ?

AdBlock Pro - Open Source Ad Blocker est une extension Chrome développée par IntelliVisionAI, et sa fonction principale est "Powerful Open Source Ad Blocker: Blocks ads on websites, with ongoing development for new features. Best of all? It's always free.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension AdBlock Pro - Open Source Ad Blocker

Téléchargez les fichiers d'extension AdBlock Pro - Open Source Ad Blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom AdBlock Pro - Open Source Ad Blocker AdBlock Pro - Open Source Ad Blocker
ID nckdpkhlinkgcebghcecbaohbeemdmjk
URL Officiel https://chromewebstore.google.com/detail/adblock-pro-open-source-a/nckdpkhlinkgcebghcecbaohbeemdmjk
Description Powerful Open Source Ad Blocker: Blocks ads on websites, with ongoing development for new features. Best of all? It's always free.
Taille du Fichier 9.33 KB
Nombre d'Installations 376
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-09-14
Date de Publication 2023-09-13
Évaluation 5.00/5 Total 2 Évaluations
Développeur IntelliVisionAI
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/IntelliVisionAi/AdBlock-Pro-Open-Source
URL de la Page de Politique de Confidentialité https://intellivisionai.github.io/ChatGPTUltimateExtension
Langues Prises en Charge 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"
    }
}