AdFr.ee

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

Qu'est-ce que AdFr.ee ?

AdFr.ee est une extension Chrome développée par Lauri., et sa fonction principale est "AdFr.ee is a Chrome extension to clean Estonian sites of the banner overload (+some added treats). Currently supported sites: *…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AdFr.ee

Téléchargez les fichiers d'extension AdFr.ee au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom AdFr.ee AdFr.ee
ID ljcbjjicindakkogedmfegopcpjdbdjn
URL Officiel https://chromewebstore.google.com/detail/adfree/ljcbjjicindakkogedmfegopcpjdbdjn
Description AdFr.ee is a Chrome extension to clean Estonian sites of the banner overload (+some added treats). Currently supported sites: *…
Taille du Fichier 18.13 KB
Nombre d'Installations 180
Version Actuelle 0.1.8
Dernière Mise à Jour 2014-05-13
Date de Publication 2014-05-13
Évaluation 4.50/5 Total 2 Évaluations
Développeur Lauri.
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}