Sidebar of Sanity
Translates Daily Mail 'Sidebar of Shame' content from Fail into English.
What is Sidebar of Sanity?
Sidebar of Sanity is a Chrome extension developed by craigthebrit, and its main feature is "Translates Daily Mail 'Sidebar of Shame' content from Fail into English.".
Extension Screenshots
Download Sidebar of Sanity Extension CRX File
Download Sidebar of Sanity extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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"...
Extension Basic Information
Name | Sidebar of Sanity |
ID | jfcpggnkfcjpikbjkdhmcmhjlooncpgo |
Official URL | https://chromewebstore.google.com/detail/sidebar-of-sanity/jfcpggnkfcjpikbjkdhmcmhjlooncpgo |
Description | Translates Daily Mail 'Sidebar of Shame' content from Fail into English. |
File Size | 22.38 KB |
Installation Count | 13 |
Current Version | 1.1 |
Last Updated | 2016-06-24 |
Publish Date | 2016-06-24 |
Rating | 5.00/5 Total 6 Ratings |
Developer | craigthebrit |
Payment Type | free |
Supported Languages | 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" } |