EcoSmart Filter

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

What is EcoSmart Filter?

EcoSmart Filter is a Chrome extension developed by https://ecosmartfilter.com, and its main feature is "Make your browser work faster with no ads, annoying tracking and hardware overhead. Free ad-blocking extension.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download EcoSmart Filter Extension CRX File

Download EcoSmart Filter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name EcoSmart Filter EcoSmart Filter
ID oanjaainialpjhapkonplmlbkenhcokc
Official URL 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.
File Size 221 KB
Installation Count 3,165
Current Version 0.6
Last Updated 2016-06-21
Publish Date 2016-06-21
Rating 4.62/5 Total 42 Ratings
Developer https://ecosmartfilter.com
Email [email protected]
Payment Type free
Extension Website https://ecosmartfilter.com/
Help Page URL https://ecosmartfilter.com/faq
Privacy Policy Page URL https://ecosmartfilter.com/privacy
Supported Languages 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"
            ]
        }
    ]
}