Sidebar of Sanity

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

Hvad er Sidebar of Sanity?

Sidebar of Sanity er en Chrome-udvidelse udviklet af craigthebrit, og dens hovedfunktion er "Translates Daily Mail 'Sidebar of Shame' content from Fail into English.".

Udvidelsesskærmbilleder

screenshot

Download Sidebar of Sanity-udvidelses-CRX-fil

Download Sidebar of Sanity-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Sidebar of Sanity Sidebar of Sanity
ID jfcpggnkfcjpikbjkdhmcmhjlooncpgo
Officiel URL https://chromewebstore.google.com/detail/sidebar-of-sanity/jfcpggnkfcjpikbjkdhmcmhjlooncpgo
Beskrivelse Translates Daily Mail 'Sidebar of Shame' content from Fail into English.
Filstørrelse 22.38 KB
Antal Installationer 13
Nuværende Version 1.1
Senest Opdateret 2016-06-24
Udgivelsesdato 2016-06-24
Bedømmelse 5.00/5 Samlet 6 Bedømmelser
Udvikler craigthebrit
Betalingsmetode free
Understøttede Sprog 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"
}