AdFr.ee

AdFr.ee is a Chrome extension to clean Estonian sites of the banner overload (+some added treats). Currently supported sites: *…

AdFr.ee là gì?

AdFr.ee là một tiện ích mở rộng Chrome được phát triển bởi Lauri., và tính năng chính của nó là "AdFr.ee is a Chrome extension to clean Estonian sites of the banner overload (+some added treats). Currently supported sites: *…".

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

screenshot

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

Tải xuống các tệp mở rộng AdFr.ee 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

                        AdFr.ee is a Chrome extension to clean Estonian sites of the banner overload (+some added treats).

Currently supported sites:
* Delfi.ee – removes the majority of banners; removes pre-video adclips; 
* Postimees.ee – removes the majority of banners; removes adclips;
* Aripaev.ee – removes the majority of banners;
* TV3Play.ee – no ads before or during the videos;

Added treats (i.e. snippets that bypass ludicrous content protections):
* Kanal2.ee – watch the latest episodes without a paid subscription;

No configuration necessary.
Github: https://github.com/laurile/AdFR.EE                    

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

Tên AdFr.ee AdFr.ee
ID ljcbjjicindakkogedmfegopcpjdbdjn
URL Chính Thức https://chromewebstore.google.com/detail/adfree/ljcbjjicindakkogedmfegopcpjdbdjn
Mô tả AdFr.ee is a Chrome extension to clean Estonian sites of the banner overload (+some added treats). Currently supported sites: *…
Kích Thước Tệp 18.13 KB
Số Lần Cài Đặt 180
Phiên Bản Hiện Tại 0.1.8
Cập Nhật Lần Cuối 2014-05-13
Ngày Phát Hành 2014-05-13
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Lauri.
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdFr.ee",
    "version": "0.1.8",
    "manifest_version": 2,
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.delfi.ee\/*"
            ],
            "css": [
                "css\/delfi.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.aripaev.ee\/*"
            ],
            "css": [
                "css\/aripaev.css"
            ]
        },
        {
            "matches": [
                "*:\/\/lpdigileht.epl.ee\/digi\/*",
                "*:\/\/ajaleht.epl.ee\/digi\/*",
                "*:\/\/ajaleht.ekspress.ee\/digi\/*",
                "*:\/\/ajaleht.maaleht.ee\/*"
            ],
            "css": [
                "css\/epl.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.postimees.ee\/*"
            ],
            "css": [
                "css\/postimees.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.kanal2.ee\/*"
            ],
            "js": [
                "js\/kanal2.js"
            ],
            "run_at": "document_end"
        }
    ]
}