the Ridiculer
Extension that makes the news easier to read for liberals and progressives.
Cos'è the Ridiculer?
the Ridiculer è un'estensione di Chrome sviluppata da rleonen, e la sua funzione principale è "Extension that makes the news easier to read for liberals and progressives.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione the Ridiculer
Scarica i file di estensione the Ridiculer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | djkfmdnmmbddamdmfcecbepcpjidpohf |
URL Ufficiale | https://chromewebstore.google.com/detail/the-ridiculer/djkfmdnmmbddamdmfcecbepcpjidpohf |
Descrizione | Extension that makes the news easier to read for liberals and progressives. |
Dimensione del File | 8.84 KB |
Conteggio Installazioni | 271 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2021-03-12 |
Data di Pubblicazione | 2016-12-06 |
Valutazione | 5.00/5 Totale 17 Valutazioni |
Sviluppatore | rleonen |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |