Ctrl-Alt-Right

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

Co je Ctrl-Alt-Right?

Ctrl-Alt-Right je rozšíření Chrome vyvinuté Heather Akers-Healy, a jeho hlavní funkcí je „Replaces mentions of the "alt-right" or "Alternative right" with phrases that more accurately describe their ideology.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Ctrl-Alt-Right

Stáhněte si soubory rozšíření Ctrl-Alt-Right ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Ctrl-Alt-Right Ctrl-Alt-Right
ID ghnieianpmlebkcjbdeelojakniikkjh
Oficiální URL https://chrome.google.com/webstore/detail/ctrl-alt-right/ghnieianpmlebkcjbdeelojakniikkjh
Popis Replaces mentions of the "alt-right" or "Alternative right" with phrases that more accurately describe their ideology.
Velikost souboru 206 KB
Počet instalací 14
Aktuální Verze 0.2.0
Poslední Aktualizace 2016-11-14
Datum Vydání 2016-11-14
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Heather Akers-Healy
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}