Doublespeak

This extension replaces political doublespeak with plain English.

O que é Doublespeak?

Doublespeak é uma extensão do Chrome desenvolvida por https://doublespeakapp.blogspot.com, e sua principal característica é "This extension replaces political doublespeak with plain English.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Doublespeak

Baixe arquivos de extensão Doublespeak no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Doublespeak Doublespeak
ID lpocalkepbngfjobdlnaikgceplmahon
URL Oficial https://chromewebstore.google.com/detail/doublespeak/lpocalkepbngfjobdlnaikgceplmahon
Descrição This extension replaces political doublespeak with plain English.
Tamanho do Arquivo 266 KB
Contagem de Instalações 44
Versão Atual 0.2
Última Atualização 2016-11-21
Data de Publicação 2016-11-21
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://doublespeakapp.blogspot.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    }
}