the Ridiculer
Extension that makes the news easier to read for liberals and progressives.
Qu'est-ce que the Ridiculer ?
the Ridiculer est une extension Chrome développée par rleonen, et sa fonction principale est "Extension that makes the news easier to read for liberals and progressives.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension the Ridiculer
Téléchargez les fichiers d'extension the Ridiculer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | djkfmdnmmbddamdmfcecbepcpjidpohf |
URL Officiel | https://chromewebstore.google.com/detail/the-ridiculer/djkfmdnmmbddamdmfcecbepcpjidpohf |
Description | Extension that makes the news easier to read for liberals and progressives. |
Taille du Fichier | 8.84 KB |
Nombre d'Installations | 271 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2021-03-12 |
Date de Publication | 2016-12-06 |
Évaluation | 5.00/5 Total 17 Évaluations |
Développeur | rleonen |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |