Ads Remove

This ad blocker removes all ads.

Qu'est-ce que Ads Remove ?

Ads Remove est une extension Chrome développée par Ads Remove, et sa fonction principale est "This ad blocker removes all ads.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Ads Remove

Téléchargez les fichiers d'extension Ads Remove 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

                        Ads Remove is the most advanced adsblock tool for Chrome
Do you want to block advertisement? Here is Ads Remove that automatically blocks all ad including pre-roll video ads, text & banner ads. Save your time by stopping those useless advertisements. It's is an easy-to-use tool that blocks video and social media advertising.

More than an adblocker, this tool lets you take control of your internet, block viruses and stop tracking.

This ad blocker removes all ads.                    

Informations de Base sur l'Extension

Nom Ads Remove Ads Remove
ID llncminnaabnpemjjldjomiccnhnpmoh
URL Officiel https://chrome.google.com/webstore/detail/ads-remove/llncminnaabnpemjjldjomiccnhnpmoh
Description This ad blocker removes all ads.
Taille du Fichier 78.93 KB
Nombre d'Installations 1,000
Version Actuelle 1.0.0
Dernière Mise à Jour 2019-05-02
Date de Publication 2019-04-27
Évaluation 4.10/5 Total 29 Évaluations
Développeur Ads Remove
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://getadblock.com/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ads Remove",
    "description": "This ad blocker removes all ads.",
    "version": "1.0.0",
    "manifest_version": 2,
    "default_locale": "en",
    "minimum_chrome_version": "16.0.884",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "js\/socket.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/contentscript.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Ads Remove",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "storage",
        "unlimitedStorage",
        "contextMenus"
    ]
}