Sidebar of Sanity

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

Sidebar of Sanity là gì?

Sidebar of Sanity là một tiện ích mở rộng Chrome được phát triển bởi craigthebrit, và tính năng chính của nó là "Translates Daily Mail 'Sidebar of Shame' content from Fail into English.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sidebar of Sanity

Tải xuống các tệp mở rộng Sidebar of Sanity dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sidebar of Sanity Sidebar of Sanity
ID jfcpggnkfcjpikbjkdhmcmhjlooncpgo
URL Chính Thức https://chromewebstore.google.com/detail/sidebar-of-sanity/jfcpggnkfcjpikbjkdhmcmhjlooncpgo
Mô tả Translates Daily Mail 'Sidebar of Shame' content from Fail into English.
Kích Thước Tệp 22.38 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-06-24
Ngày Phát Hành 2016-06-24
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển craigthebrit
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}