EcoSmart Filter

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

EcoSmart Filter là gì?

EcoSmart Filter là một tiện ích mở rộng Chrome được phát triển bởi https://ecosmartfilter.com, và tính năng chính của nó là "Make your browser work faster with no ads, annoying tracking and hardware overhead. Free ad-blocking extension.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng EcoSmart Filter

Tải xuống các tệp mở rộng EcoSmart Filter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên EcoSmart Filter EcoSmart Filter
ID oanjaainialpjhapkonplmlbkenhcokc
URL Chính Thức https://chrome.google.com/webstore/detail/ecosmart-filter/oanjaainialpjhapkonplmlbkenhcokc
Mô tả Make your browser work faster with no ads, annoying tracking and hardware overhead. Free ad-blocking extension.
Kích Thước Tệp 221 KB
Số Lần Cài Đặt 3,165
Phiên Bản Hiện Tại 0.6
Cập Nhật Lần Cuối 2016-06-21
Ngày Phát Hành 2016-06-21
Đánh Giá 4.62/5 Tổng số 42 Đánh Giá
Nhà Phát Triển https://ecosmartfilter.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ecosmartfilter.com/
URL Trang Trợ Giúp https://ecosmartfilter.com/faq
URL Trang Chính Sách Bảo Mật https://ecosmartfilter.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}