EcoSmart Filter

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

什么是EcoSmart Filter?

EcoSmart Filter是由https://ecosmartfilter.com开发的Chrome扩展程序,该扩展的主要功能是“Make your browser work faster with no ads, annoying tracking and hardware overhead. Free ad-blocking extension.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载EcoSmart Filter扩展crx文件

下载EcoSmart Filter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 EcoSmart Filter EcoSmart Filter
ID oanjaainialpjhapkonplmlbkenhcokc
官方URL https://chrome.google.com/webstore/detail/ecosmart-filter/oanjaainialpjhapkonplmlbkenhcokc
简介 Make your browser work faster with no ads, annoying tracking and hardware overhead. Free ad-blocking extension.
文件大小 221 KB
安装次数 3,165
当前版本 0.6
更新时间 2016-06-21
上架时间 2016-06-21
评分 4.62/5 共42次评分
开发者 https://ecosmartfilter.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://ecosmartfilter.com/
帮助页面URL https://ecosmartfilter.com/faq
隐私政策页面URL https://ecosmartfilter.com/privacy
支持的语言 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"
            ]
        }
    ]
}