Doublespeak
This extension replaces political doublespeak with plain English.
Was ist Doublespeak?
Doublespeak ist eine Chrome-Erweiterung, die von https://doublespeakapp.blogspot.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension replaces political doublespeak with plain English.".
Erweiterungsscreenshots
Doublespeak-Erweiterungs-CRX-Datei herunterladen
Laden Sie Doublespeak-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
The web is now filled with political doublespeak--euphemisms intended to make undesirable actions seem anodyne. With this extension you can start turning the tide. Installing the app adds a button to your Chrome window that, when clicked, will open a duplicate of the current tab but with doublespeak replaced by realtalk. Currently replaced terms (v0.2) include: - adversary: anybody - extrajudicial: illegal - rendition: kidnapping - post-truth: lying - fake news: propaganda - alt-right: white supremacist Additions to this dictionary are welcome.
Grundlegende Informationen zur Erweiterung
Name | |
ID | lpocalkepbngfjobdlnaikgceplmahon |
Offizielle URL | https://chromewebstore.google.com/detail/doublespeak/lpocalkepbngfjobdlnaikgceplmahon |
Beschreibung | This extension replaces political doublespeak with plain English. |
Dateigröße | 266 KB |
Installationsanzahl | 44 |
Aktuelle Version | 0.2 |
Letztes Update | 2016-11-21 |
Veröffentlichungsdatum | 2016-11-21 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://doublespeakapp.blogspot.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Doublespeak", "description": "This extension replaces political doublespeak with plain English.", "version": "0.2", "permissions": [ "tabs", "http:\/\/*\/*", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Modify doublespeak", "default_icon": { "19": "img\/doublespeak19.png", "38": "img\/doublespeak38.png", "128": "img\/doublespeak128.png" } } } |