Sidebar of Sanity

Translates Daily Mail 'Sidebar of Shame' content from Fail into English.

Was ist Sidebar of Sanity?

Sidebar of Sanity ist eine Chrome-Erweiterung, die von craigthebrit entwickelt wurde, und ihr Hauptmerkmal ist "Translates Daily Mail 'Sidebar of Shame' content from Fail into English.".

Erweiterungsscreenshots

screenshot

Sidebar of Sanity-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sidebar of Sanity-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Had to visit the Daily Mail for news, only to find yourself sucked into the "sidebar of shame" that sits there on the right hand side, tempting you with meaningless drivel? Don't let their clever puns (ha!) and catchy headlines draw you in - install Sidebar of Sanity to see plain English descriptions of the stories to remind you that they're really not worth clicking on at all...

NEW: Updated June 24th 2016 in light of recent "EUvents"...                    

Grundlegende Informationen zur Erweiterung

Name Sidebar of Sanity Sidebar of Sanity
ID jfcpggnkfcjpikbjkdhmcmhjlooncpgo
Offizielle URL https://chromewebstore.google.com/detail/sidebar-of-sanity/jfcpggnkfcjpikbjkdhmcmhjlooncpgo
Beschreibung Translates Daily Mail 'Sidebar of Shame' content from Fail into English.
Dateigröße 22.38 KB
Installationsanzahl 13
Aktuelle Version 1.1
Letztes Update 2016-06-24
Veröffentlichungsdatum 2016-06-24
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler craigthebrit
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.dailymail.co.uk\/*"
            ],
            "css": [
                "dailyfail.css"
            ],
            "js": [
                "dailyfail.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "description": "Translates Daily Mail 'Sidebar of Shame' content from Fail into English.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "name": "Sidebar of Sanity",
    "short_name": "SB of Sanity",
    "version": "1.1"
}