Ctrl-Alt-Right

Replaces mentions of the "alt-right" or "Alternative right" with phrases that more accurately describe their ideology.

ما هو Ctrl-Alt-Right؟

Ctrl-Alt-Right هو إضافة Chrome تم تطويرها بواسطة Heather Akers-Healy، والميزة الرئيسية لها هي "Replaces mentions of the "alt-right" or "Alternative right" with phrases that more accurately describe their ideology.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Ctrl-Alt-Right

قم بتنزيل ملفات الامتداد Ctrl-Alt-Right بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Replaces mentions of the "alt-right" or "Alternative right" with phrases that more accurately describe their ideology.                    

معلومات أساسية عن التمديد

الاسم Ctrl-Alt-Right Ctrl-Alt-Right
ID ghnieianpmlebkcjbdeelojakniikkjh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/ctrl-alt-right/ghnieianpmlebkcjbdeelojakniikkjh
الوصف Replaces mentions of the "alt-right" or "Alternative right" with phrases that more accurately describe their ideology.
حجم الملف 206 KB
عدد التثبيتات 14
النسخة الحالية 0.2.0
آخر تحديث 2016-11-14
تاريخ النشر 2016-11-14
تقييم 5.00/5 مجموع تقييمات 3
المطور Heather Akers-Healy
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ctrl-Alt-Right",
    "version": "0.2.0",
    "description": "",
    "author": "",
    "browser_action": {
        "default_title": "Use this to open the popup",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "replace.js"
            ],
            "run_at": "document_end"
        }
    ]
}