Daily Mail Blocker

Daily Mail Blocked!

Qu'est-ce que Daily Mail Blocker ?

Daily Mail Blocker est une extension Chrome développée par Sublimation, et sa fonction principale est "Daily Mail Blocked!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Daily Mail Blocker

Téléchargez les fichiers d'extension Daily Mail Blocker 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

                        A blocker that will stop you accidentally following a link to the Daily Mail. Because you don't need to live with the guilt.

Despite there being an excellent Daily Mail blocker already available (100yen), this blocker stops any links to the Daily Mail before you even leave the page you are on, and therefore not even giving them the satisfaction of a page impression, or any possible ad revenue from that impression.                    

Informations de Base sur l'Extension

Nom Daily Mail Blocker Daily Mail Blocker
ID obokmaaegmhmadidpffhdbbmkkjpianh
URL Officiel https://chromewebstore.google.com/detail/daily-mail-blocker/obokmaaegmhmadidpffhdbbmkkjpianh
Description Daily Mail Blocked!
Taille du Fichier 87.09 KB
Nombre d'Installations 360
Version Actuelle 1.0
Dernière Mise à Jour 2014-04-04
Date de Publication 2014-04-04
Évaluation 4.75/5 Total 4 Évaluations
Développeur Sublimation
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Daily Mail Blocker",
    "version": "1.0",
    "description": "Daily Mail Blocked!",
    "icons": {
        "128": "logo_mol_128.png",
        "48": "logo_mol.png",
        "16": "logo_mol_16.png"
    },
    "web_accessible_resources": [
        "inpage.js"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "main.js"
            ]
        }
    ]
}