Daily Mail Blocker

Daily Mail Blocked!

Wat is Daily Mail Blocker?

Daily Mail Blocker is een Chrome-extensie ontwikkeld door Sublimation, en de belangrijkste functie is "Daily Mail Blocked!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Daily Mail Blocker

Download Daily Mail Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Daily Mail Blocker Daily Mail Blocker
ID obokmaaegmhmadidpffhdbbmkkjpianh
Officiële URL https://chromewebstore.google.com/detail/daily-mail-blocker/obokmaaegmhmadidpffhdbbmkkjpianh
Beschrijving Daily Mail Blocked!
Bestandsgrootte 87.09 KB
Aantal Installaties 360
Huidige Versie 1.0
Laatst Bijgewerkt 2014-04-04
Publicatiedatum 2014-04-04
Beoordeling 4.75/5 Totaal 4 Beoordelingen
Ontwikkelaar Sublimation
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}