Alt-Right to Neo-Nazi

Replaces the text 'Alt-Right' with 'neo-nazi'.

Qu'est-ce que Alt-Right to Neo-Nazi ?

Alt-Right to Neo-Nazi est une extension Chrome développée par MBilokonsky, et sa fonction principale est "Replaces the text 'Alt-Right' with 'neo-nazi'.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Alt-Right to Neo-Nazi

Téléchargez les fichiers d'extension Alt-Right to Neo-Nazi 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

                        This browser extension clarifies certain ambiguities in the media coverage of the so-called 'alt-right' neo-nazi movement in the united states.

With this extension installed, the text "The Alt-Right" will become 'The Neo-Nazi movement', and the text 'Alt-Right' will simply become 'Neo-Nazi'.                    

Informations de Base sur l'Extension

Nom Alt-Right to Neo-Nazi Alt-Right to Neo-Nazi
ID ncmeapahfpbjkalemlmnklpkjdlpimjh
URL Officiel https://chromewebstore.google.com/detail/alt-right-to-neo-nazi/ncmeapahfpbjkalemlmnklpkjdlpimjh
Description Replaces the text 'Alt-Right' with 'neo-nazi'.
Taille du Fichier 11.81 KB
Nombre d'Installations 12
Version Actuelle 1.0
Dernière Mise à Jour 2016-11-21
Date de Publication 2016-11-21
Évaluation 5.00/5 Total 1 Évaluations
Développeur MBilokonsky
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Alt-Right to Neo-Nazi",
    "short_name": "Neo-Nazi",
    "description": "Replaces the text 'Alt-Right' with 'neo-nazi'.",
    "author": "Mykola Bilokonsky",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}