EcoSmart Filter

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

Cos'è EcoSmart Filter?

EcoSmart Filter è un'estensione di Chrome sviluppata da https://ecosmartfilter.com, e la sua funzione principale è "Make your browser work faster with no ads, annoying tracking and hardware overhead. Free ad-blocking extension.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione EcoSmart Filter

Scarica i file di estensione EcoSmart Filter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome EcoSmart Filter EcoSmart Filter
ID oanjaainialpjhapkonplmlbkenhcokc
URL Ufficiale https://chrome.google.com/webstore/detail/ecosmart-filter/oanjaainialpjhapkonplmlbkenhcokc
Descrizione Make your browser work faster with no ads, annoying tracking and hardware overhead. Free ad-blocking extension.
Dimensione del File 221 KB
Conteggio Installazioni 3,165
Versione Corrente 0.6
Ultimo Aggiornamento 2016-06-21
Data di Pubblicazione 2016-06-21
Valutazione 4.62/5 Totale 42 Valutazioni
Sviluppatore https://ecosmartfilter.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ecosmartfilter.com/
URL della Pagina di Aiuto https://ecosmartfilter.com/faq
URL della Pagina della Politica sulla Privacy https://ecosmartfilter.com/privacy
Lingue Supportate 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"
            ]
        }
    ]
}