AdFr.ee

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

AdFr.eeとは何ですか?

AdFr.eeはLauri.によって開発されたChromeの拡張機能で、その主な機能は「AdFr.ee is a Chrome extension to clean Estonian sites of the banner overload (+some added treats). Currently supported sites: *…」です。

拡張機能のスクリーンショット

screenshot

AdFr.ee拡張機能のCRXファイルをダウンロード

AdFr.ee拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 AdFr.ee AdFr.ee
ID ljcbjjicindakkogedmfegopcpjdbdjn
公式URL https://chromewebstore.google.com/detail/adfree/ljcbjjicindakkogedmfegopcpjdbdjn
説明 AdFr.ee is a Chrome extension to clean Estonian sites of the banner overload (+some added treats). Currently supported sites: *…
ファイルサイズ 18.13 KB
インストール数 180
現在のバージョン 0.1.8
最終更新日 2014-05-13
公開日 2014-05-13
評価 4.50/5 合計 2 レビュー
開発者 Lauri.
支払い方法 free
対応言語 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"
        }
    ]
}