Sidebar of Sanity
Translates Daily Mail 'Sidebar of Shame' content from Fail into English.
O que é Sidebar of Sanity?
Sidebar of Sanity é uma extensão do Chrome desenvolvida por craigthebrit, e sua principal característica é "Translates Daily Mail 'Sidebar of Shame' content from Fail into English.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Sidebar of Sanity
Baixe arquivos de extensão Sidebar of Sanity no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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"...
Informações Básicas da Extensão
Nome | Sidebar of Sanity |
ID | jfcpggnkfcjpikbjkdhmcmhjlooncpgo |
URL Oficial | https://chromewebstore.google.com/detail/sidebar-of-sanity/jfcpggnkfcjpikbjkdhmcmhjlooncpgo |
Descrição | Translates Daily Mail 'Sidebar of Shame' content from Fail into English. |
Tamanho do Arquivo | 22.38 KB |
Contagem de Instalações | 13 |
Versão Atual | 1.1 |
Última Atualização | 2016-06-24 |
Data de Publicação | 2016-06-24 |
Classificação | 5.00/5 Total de 6 Avaliações |
Desenvolvedor | craigthebrit |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |