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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 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"
            ]
        }
    ]
}