Sidebar of Sanity

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

Co je Sidebar of Sanity?

Sidebar of Sanity je rozšíření Chrome vyvinuté craigthebrit, a jeho hlavní funkcí je „Translates Daily Mail 'Sidebar of Shame' content from Fail into English.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Sidebar of Sanity

Stáhněte si soubory rozšíření Sidebar of Sanity ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Sidebar of Sanity Sidebar of Sanity
ID jfcpggnkfcjpikbjkdhmcmhjlooncpgo
Oficiální URL https://chromewebstore.google.com/detail/sidebar-of-sanity/jfcpggnkfcjpikbjkdhmcmhjlooncpgo
Popis Translates Daily Mail 'Sidebar of Shame' content from Fail into English.
Velikost souboru 22.38 KB
Počet instalací 13
Aktuální Verze 1.1
Poslední Aktualizace 2016-06-24
Datum Vydání 2016-06-24
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář craigthebrit
Typ Platby free
Podporované Jazyky 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"
}