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