Mail Sanitiser

Removes everything except the article text from Daily Mail pages

Qu'est-ce que Mail Sanitiser ?

Mail Sanitiser est une extension Chrome développée par Paul Battley, et sa fonction principale est "Removes everything except the article text from Daily Mail pages".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Mail Sanitiser

Téléchargez les fichiers d'extension Mail Sanitiser au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Mail Sanitiser Mail Sanitiser
ID ncghnblnficlppbkjdnfljpackcjhfma
URL Officiel https://chromewebstore.google.com/detail/mail-sanitiser/ncghnblnficlppbkjdnfljpackcjhfma
Description Removes everything except the article text from Daily Mail pages
Taille du Fichier 15.51 KB
Nombre d'Installations 29
Version Actuelle 1.1.0
Dernière Mise à Jour 2012-09-11
Date de Publication 2012-09-11
Évaluation 3.75/5 Total 4 Évaluations
Développeur Paul Battley
Type de Paiement free
Langues Prises en Charge 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"
}