Ctrl-Alt-Right

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

Qu'est-ce que Ctrl-Alt-Right ?

Ctrl-Alt-Right est une extension Chrome développée par Heather Akers-Healy, et sa fonction principale est "Replaces mentions of the "alt-right" or "Alternative right" with phrases that more accurately describe their ideology.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ctrl-Alt-Right

Téléchargez les fichiers d'extension Ctrl-Alt-Right au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Ctrl-Alt-Right Ctrl-Alt-Right
ID ghnieianpmlebkcjbdeelojakniikkjh
URL Officiel https://chrome.google.com/webstore/detail/ctrl-alt-right/ghnieianpmlebkcjbdeelojakniikkjh
Description Replaces mentions of the "alt-right" or "Alternative right" with phrases that more accurately describe their ideology.
Taille du Fichier 206 KB
Nombre d'Installations 14
Version Actuelle 0.2.0
Dernière Mise à Jour 2016-11-14
Date de Publication 2016-11-14
Évaluation 5.00/5 Total 3 Évaluations
Développeur Heather Akers-Healy
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}