AdBlocker Ultimate: Free & Secure Adblocker

AdBlocker Ultimate is a Free & Secure Adblocker for chrome and all social Media. Completely remove ALL ads.

Qu'est-ce que AdBlocker Ultimate: Free & Secure Adblocker ?

AdBlocker Ultimate: Free & Secure Adblocker est une extension Chrome développée par kelsallrichellayuiod, et sa fonction principale est "AdBlocker Ultimate is a Free & Secure Adblocker for chrome and all social Media. Completely remove ALL ads.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension AdBlocker Ultimate: Free & Secure Adblocker

Téléchargez les fichiers d'extension AdBlocker Ultimate: Free & Secure Adblocker 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

                        AdBlocker Ultimate is Available in the chrome web store, just install it and Browse Secure with AdBlocker Ultimate.

Free and improved ad blocker. Completely remove ALL ads. No "acceptable" ads or whitelisted advertisers, block tracking, block malware!

How To Use:-

1. Firstly Click on "Add To Chrome" button.
2. After download just click on "Extension Icon" 
3. Then ON/OFF Adblock and use.
4. Lets Enjoy

Thanks :)                    

Informations de Base sur l'Extension

Nom AdBlocker Ultimate: Free & Secure Adblocker AdBlocker Ultimate: Free & Secure Adblocker
ID flcbhdghoafhgjjmhfemoenipkfchdcd
URL Officiel https://chrome.google.com/webstore/detail/adblocker-ultimate-free-s/flcbhdghoafhgjjmhfemoenipkfchdcd
Description AdBlocker Ultimate is a Free & Secure Adblocker for chrome and all social Media. Completely remove ALL ads.
Taille du Fichier 138 KB
Nombre d'Installations 148
Version Actuelle 2.0
Dernière Mise à Jour 2022-06-27
Date de Publication 2021-08-21
Évaluation 4.50/5 Total 4 Évaluations
Développeur kelsallrichellayuiod
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://apkmanager.co/adblocker-ultimate/
URL de la Page de Politique de Confidentialité https://onlynewtab.com/privacy-policy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdBlocker Ultimate: Free & Secure Adblocker",
    "description": "AdBlocker Ultimate is a Free & Secure Adblocker for chrome and all social Media. Completely remove ALL ads.",
    "version": "2.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/service_worker.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/image\/icon16.png",
            "32": "\/image\/icon32.png",
            "48": "\/image\/icon48.png",
            "128": "\/image\/icon128.png"
        }
    },
    "icons": {
        "16": "\/image\/icon16.png",
        "32": "\/image\/icon32.png",
        "48": "\/image\/icon48.png",
        "128": "\/image\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}