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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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