the Ridiculer
Extension that makes the news easier to read for liberals and progressives.
Co je the Ridiculer?
the Ridiculer je rozšíření Chrome vyvinuté rleonen, a jeho hlavní funkcí je „Extension that makes the news easier to read for liberals and progressives.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření the Ridiculer
Stáhněte si soubory rozšíření the Ridiculer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | djkfmdnmmbddamdmfcecbepcpjidpohf |
Oficiální URL | https://chromewebstore.google.com/detail/the-ridiculer/djkfmdnmmbddamdmfcecbepcpjidpohf |
Popis | Extension that makes the news easier to read for liberals and progressives. |
Velikost souboru | 8.84 KB |
Počet instalací | 271 |
Aktuální Verze | 1.3 |
Poslední Aktualizace | 2021-03-12 |
Datum Vydání | 2016-12-06 |
Hodnocení | 5.00/5 Celkem 17 Hodnocení |
Vývojář | rleonen |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } ] } |