the Ridiculer
Extension that makes the news easier to read for liberals and progressives.
O que é the Ridiculer?
the Ridiculer é uma extensão do Chrome desenvolvida por rleonen, e sua principal característica é "Extension that makes the news easier to read for liberals and progressives.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão the Ridiculer
Baixe arquivos de extensão the Ridiculer 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
If you are unhappy about the results of the 2016 election, this extension will make the news a little bit easier to read. Replaces select terms with other, more appropriate ones. Good for a laugh or two. Install and read the news as you normally do. Continuously updated with new replacement text.
Informações Básicas da Extensão
Nome | |
ID | djkfmdnmmbddamdmfcecbepcpjidpohf |
URL Oficial | https://chromewebstore.google.com/detail/the-ridiculer/djkfmdnmmbddamdmfcecbepcpjidpohf |
Descrição | Extension that makes the news easier to read for liberals and progressives. |
Tamanho do Arquivo | 8.84 KB |
Contagem de Instalações | 271 |
Versão Atual | 1.3 |
Última Atualização | 2021-03-12 |
Data de Publicação | 2016-12-06 |
Classificação | 5.00/5 Total de 17 Avaliações |
Desenvolvedor | rleonen |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "the Ridiculer", "author": "ralph leonen", "version": "1.3", "description": "Extension that makes the news easier to read for liberals and progressives.", "icons": { "16": "images\/ridiculer16.png", "48": "images\/ridiculer48.png", "128": "images\/ridiculer128.png" }, "short_name": "ridiculer", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "myscript.js" ], "run_at": "document_end" } ] } |