Daily Mail Blocker

Daily Mail Blocked!

Vad är Daily Mail Blocker?

Daily Mail Blocker är en Chrome-tillägg utvecklad av Sublimation, och dess huvudfunktion är "Daily Mail Blocked!".

Tilläggsskärmbilder

screenshot

Ladda ner Daily Mail Blocker-förlängningens CRX-fil

Ladda ner Daily Mail Blocker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Daily Mail Blocker Daily Mail Blocker
ID obokmaaegmhmadidpffhdbbmkkjpianh
Officiell webbadress https://chromewebstore.google.com/detail/daily-mail-blocker/obokmaaegmhmadidpffhdbbmkkjpianh
Beskrivning Daily Mail Blocked!
Filstorlek 87.09 KB
Antal Installationer 360
Aktuell Version 1.0
Senast Uppdaterad 2014-04-04
Publiceringsdatum 2014-04-04
Betyg 4.75/5 Totalt 4 Betyg
Utvecklare Sublimation
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}