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"
            ]
        }
    ]
}