EcoSmart Filter

Make your browser work faster with no ads, annoying tracking and hardware overhead. Free ad-blocking extension.

Qu'est-ce que EcoSmart Filter ?

EcoSmart Filter est une extension Chrome développée par https://ecosmartfilter.com, et sa fonction principale est "Make your browser work faster with no ads, annoying tracking and hardware overhead. Free ad-blocking extension.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension EcoSmart Filter

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

                                            

Informations de Base sur l'Extension

Nom EcoSmart Filter EcoSmart Filter
ID oanjaainialpjhapkonplmlbkenhcokc
URL Officiel https://chrome.google.com/webstore/detail/ecosmart-filter/oanjaainialpjhapkonplmlbkenhcokc
Description Make your browser work faster with no ads, annoying tracking and hardware overhead. Free ad-blocking extension.
Taille du Fichier 221 KB
Nombre d'Installations 3,165
Version Actuelle 0.6
Dernière Mise à Jour 2016-06-21
Date de Publication 2016-06-21
Évaluation 4.62/5 Total 42 Évaluations
Développeur https://ecosmartfilter.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://ecosmartfilter.com/
URL de la Page d'Aide https://ecosmartfilter.com/faq
URL de la Page de Politique de Confidentialité https://ecosmartfilter.com/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EcoSmart Filter",
    "description": "Make your browser work faster with no ads, annoying tracking and hardware overhead. Free ad-blocking extension.",
    "version": "0.6",
    "icons": {
        "16": "images\/extension_icon_16.png",
        "32": "images\/extension_icon_32.png",
        "48": "images\/extension_icon_96.png",
        "128": "images\/extension_icon_128.png",
        "256": "images\/extension_icon_256.png"
    },
    "permissions": [
        "unlimited_storage",
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "browser_action": {
        "default_title": "EcoSmartFilter",
        "default_icon": "images\/[email protected]",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/sha256.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/ecosmartfilter.com\/blockedext*"
            ],
            "js": [
                "js\/blockedext.js"
            ]
        }
    ]
}