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 Heather Akers-Healy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces mentions of the "alt-right" or "Alternative right" with phrases that more accurately describe their ideology."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ctrl-Alt-Right एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    ]
}