Sidebar of Sanity

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

Apa itu Sidebar of Sanity?

Sidebar of Sanity adalah ekstensi Chrome yang dikembangkan oleh craigthebrit, dan fitur utamanya adalah "Translates Daily Mail 'Sidebar of Shame' content from Fail into English.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Sidebar of Sanity

Unduh file ekstensi Sidebar of Sanity dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Sidebar of Sanity Sidebar of Sanity
ID jfcpggnkfcjpikbjkdhmcmhjlooncpgo
URL Resmi https://chromewebstore.google.com/detail/sidebar-of-sanity/jfcpggnkfcjpikbjkdhmcmhjlooncpgo
Deskripsi Translates Daily Mail 'Sidebar of Shame' content from Fail into English.
Ukuran File 22.38 KB
Jumlah Instalasi 13
Versi Saat Ini 1.1
Terakhir Diperbarui 2016-06-24
Tanggal Publikasi 2016-06-24
Penilaian 5.00/5 Total 6 Penilaian
Pengembang craigthebrit
Tipe Pembayaran free
Bahasa yang Didukung 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"
}