Daily Mail Blocker

Daily Mail Blocked!

What is Daily Mail Blocker?

Daily Mail Blocker is a Chrome extension developed by Sublimation, and its main feature is "Daily Mail Blocked!".

Extension Screenshots

screenshot

Download Daily Mail Blocker Extension CRX File

Download Daily Mail Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Daily Mail Blocker Daily Mail Blocker
ID obokmaaegmhmadidpffhdbbmkkjpianh
Official URL https://chromewebstore.google.com/detail/daily-mail-blocker/obokmaaegmhmadidpffhdbbmkkjpianh
Description Daily Mail Blocked!
File Size 87.09 KB
Installation Count 360
Current Version 1.0
Last Updated 2014-04-04
Publish Date 2014-04-04
Rating 4.75/5 Total 4 Ratings
Developer Sublimation
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}