EcoSmart Filter

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

EcoSmart Filterคืออะไร?

EcoSmart Filter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ecosmartfilter.com และคุณลักษณะหลักของมันคือ "Make your browser work faster with no ads, annoying tracking and hardware overhead. Free ad-blocking extension."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EcoSmart Filter

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}