Mail Sanitiser

Removes everything except the article text from Daily Mail pages

Mail Sanitiserとは何ですか?

Mail SanitiserはPaul Battleyによって開発されたChromeの拡張機能で、その主な機能は「Removes everything except the article text from Daily Mail pages」です。

拡張機能のスクリーンショット

screenshot

Mail Sanitiser拡張機能のCRXファイルをダウンロード

Mail Sanitiser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        NOTE: This extension was previously called Mail Cleaner, but has been renamed to avoid trademark infringement.

This is a Chrome extension inspired by Andy Beaumont’s Daily Mail Cleaner Safari extension (http://blog.andybeaumont.com/post/29470498530):

"You know that feeling you get when you accidentally click on a link to an article on the Daily Mail website? You know that red mist that descends when you see that sidebar full of pictures ridiculing celebrities for having cellulite or being overweight? You know how your blood pressure goes through the roof when you accidentally read one of the comments? Well, here’s a safety net for your browser."

If you accidentally visit a Daily Mail page, this extension will replace it with a filtered version, removing the Sidebar of Shame, the comments, and various other junk.

The source code can be found at https://github.com/threedaymonk/mailsanitiser                    

拡張機能の基本情報

名前 Mail Sanitiser Mail Sanitiser
ID ncghnblnficlppbkjdnfljpackcjhfma
公式URL https://chromewebstore.google.com/detail/mail-sanitiser/ncghnblnficlppbkjdnfljpackcjhfma
説明 Removes everything except the article text from Daily Mail pages
ファイルサイズ 15.51 KB
インストール数 29
現在のバージョン 1.1.0
最終更新日 2012-09-11
公開日 2012-09-11
評価 3.75/5 合計 4 レビュー
開発者 Paul Battley
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.dailymail.co.uk\/*"
            ],
            "css": [
                "sanitise.css"
            ],
            "js": [
                "sanitise.js"
            ]
        }
    ],
    "description": "Removes everything except the article text from Daily Mail pages",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "name": "Mail Sanitiser",
    "version": "1.1.0"
}