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
Eメール [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"
            ]
        }
    ]
}