Daily Mail Blocker

Daily Mail Blocked!

什么是Daily Mail Blocker?

Daily Mail Blocker是由Sublimation开发的Chrome扩展程序,该扩展的主要功能是“Daily Mail Blocked!”。

扩展截图

screenshot

下载Daily Mail Blocker扩展crx文件

下载Daily Mail Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Daily Mail Blocker Daily Mail Blocker
ID obokmaaegmhmadidpffhdbbmkkjpianh
官方URL https://chromewebstore.google.com/detail/daily-mail-blocker/obokmaaegmhmadidpffhdbbmkkjpianh
简介 Daily Mail Blocked!
文件大小 87.09 KB
安装次数 360
当前版本 1.0
更新时间 2014-04-04
上架时间 2014-04-04
评分 4.75/5 共4次评分
开发者 Sublimation
付费类型 free
支持的语言 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"
            ]
        }
    ]
}