the Ridiculer
Extension that makes the news easier to read for liberals and progressives.
Co to jest the Ridiculer?
the Ridiculer to rozszerzenie Chrome opracowane przez rleonen, a jego główną funkcją jest „Extension that makes the news easier to read for liberals and progressives.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia the Ridiculer
Pobierz pliki rozszerzeń the Ridiculer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | djkfmdnmmbddamdmfcecbepcpjidpohf |
Oficjalny URL | https://chromewebstore.google.com/detail/the-ridiculer/djkfmdnmmbddamdmfcecbepcpjidpohf |
Opis | Extension that makes the news easier to read for liberals and progressives. |
Rozmiar pliku | 8.84 KB |
Liczba instalacji | 271 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2021-03-12 |
Data Publikacji | 2016-12-06 |
Ocena | 5.00/5 Łącznie 17 Oceny |
Deweloper | rleonen |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } ] } |