Doublespeak

This extension replaces political doublespeak with plain English.

Co to jest Doublespeak?

Doublespeak to rozszerzenie Chrome opracowane przez https://doublespeakapp.blogspot.com, a jego główną funkcją jest „This extension replaces political doublespeak with plain English.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Doublespeak

Pobierz pliki rozszerzeń Doublespeak 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Doublespeak Doublespeak
ID lpocalkepbngfjobdlnaikgceplmahon
Oficjalny URL https://chromewebstore.google.com/detail/doublespeak/lpocalkepbngfjobdlnaikgceplmahon
Opis This extension replaces political doublespeak with plain English.
Rozmiar pliku 266 KB
Liczba instalacji 44
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2016-11-21
Data Publikacji 2016-11-21
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://doublespeakapp.blogspot.com
E-mail [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": "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"
        }
    }
}