Sidebar of Sanity

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

Co to jest Sidebar of Sanity?

Sidebar of Sanity to rozszerzenie Chrome opracowane przez craigthebrit, a jego główną funkcją jest „Translates Daily Mail 'Sidebar of Shame' content from Fail into English.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Sidebar of Sanity

Pobierz pliki rozszerzeń Sidebar of Sanity w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Sidebar of Sanity Sidebar of Sanity
ID jfcpggnkfcjpikbjkdhmcmhjlooncpgo
Oficjalny URL https://chromewebstore.google.com/detail/sidebar-of-sanity/jfcpggnkfcjpikbjkdhmcmhjlooncpgo
Opis Translates Daily Mail 'Sidebar of Shame' content from Fail into English.
Rozmiar pliku 22.38 KB
Liczba instalacji 13
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2016-06-24
Data Publikacji 2016-06-24
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper craigthebrit
Typ Płatności free
Obsługiwane Języki 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"
}