AdFr.ee

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

Cos'è AdFr.ee?

AdFr.ee è un'estensione di Chrome sviluppata da Lauri., e la sua funzione principale è "AdFr.ee is a Chrome extension to clean Estonian sites of the banner overload (+some added treats). Currently supported sites: *…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione AdFr.ee

Scarica i file di estensione AdFr.ee in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome AdFr.ee AdFr.ee
ID ljcbjjicindakkogedmfegopcpjdbdjn
URL Ufficiale https://chromewebstore.google.com/detail/adfree/ljcbjjicindakkogedmfegopcpjdbdjn
Descrizione AdFr.ee is a Chrome extension to clean Estonian sites of the banner overload (+some added treats). Currently supported sites: *…
Dimensione del File 18.13 KB
Conteggio Installazioni 180
Versione Corrente 0.1.8
Ultimo Aggiornamento 2014-05-13
Data di Pubblicazione 2014-05-13
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore Lauri.
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}