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"
        }
    }
}