Doublespeak

This extension replaces political doublespeak with plain English.

Что такое Doublespeak?

Doublespeak - это расширение Chrome, разработанное https://doublespeakapp.blogspot.com, и его основная функция - "This extension replaces political doublespeak with plain English.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Doublespeak

Скачайте файлы расширений Doublespeak в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Doublespeak Doublespeak
ID lpocalkepbngfjobdlnaikgceplmahon
Официальный URL https://chromewebstore.google.com/detail/doublespeak/lpocalkepbngfjobdlnaikgceplmahon
Описание This extension replaces political doublespeak with plain English.
Размер файла 266 KB
Количество установок 44
Текущая Версия 0.2
Последнее Обновление 2016-11-21
Дата публикации 2016-11-21
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://doublespeakapp.blogspot.com
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
        }
    }
}