the Ridiculer
Extension that makes the news easier to read for liberals and progressives.
Was ist the Ridiculer?
the Ridiculer ist eine Chrome-Erweiterung, die von rleonen entwickelt wurde, und ihr Hauptmerkmal ist "Extension that makes the news easier to read for liberals and progressives.".
Erweiterungsscreenshots
the Ridiculer-Erweiterungs-CRX-Datei herunterladen
Laden Sie the Ridiculer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | djkfmdnmmbddamdmfcecbepcpjidpohf |
Offizielle URL | https://chromewebstore.google.com/detail/the-ridiculer/djkfmdnmmbddamdmfcecbepcpjidpohf |
Beschreibung | Extension that makes the news easier to read for liberals and progressives. |
Dateigröße | 8.84 KB |
Installationsanzahl | 271 |
Aktuelle Version | 1.3 |
Letztes Update | 2021-03-12 |
Veröffentlichungsdatum | 2016-12-06 |
Bewertung | 5.00/5 Insgesamt 17 Bewertungen |
Entwickler | rleonen |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } ] } |