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
官方網址 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"
            ]
        }
    ]
}