EcoSmart Filter

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

Wat is EcoSmart Filter?

EcoSmart Filter is een Chrome-extensie ontwikkeld door https://ecosmartfilter.com, en de belangrijkste functie is "Make your browser work faster with no ads, annoying tracking and hardware overhead. Free ad-blocking extension.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie EcoSmart Filter

Download EcoSmart Filter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam EcoSmart Filter EcoSmart Filter
ID oanjaainialpjhapkonplmlbkenhcokc
Officiële URL https://chrome.google.com/webstore/detail/ecosmart-filter/oanjaainialpjhapkonplmlbkenhcokc
Beschrijving Make your browser work faster with no ads, annoying tracking and hardware overhead. Free ad-blocking extension.
Bestandsgrootte 221 KB
Aantal Installaties 3,165
Huidige Versie 0.6
Laatst Bijgewerkt 2016-06-21
Publicatiedatum 2016-06-21
Beoordeling 4.62/5 Totaal 42 Beoordelingen
Ontwikkelaar https://ecosmartfilter.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ecosmartfilter.com/
Help Pagina-URL https://ecosmartfilter.com/faq
URL van de Privacybeleid Pagina https://ecosmartfilter.com/privacy
Ondersteunde Talen 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"
            ]
        }
    ]
}