Republicans: The Nazi Party

Replaces the text 'republicans' and 'conservatives' with 'Nazis'. Call a spade a spade.

Qu'est-ce que Republicans: The Nazi Party ?

Republicans: The Nazi Party est une extension Chrome développée par Lyin' Ted, et sa fonction principale est "Replaces the text 'republicans' and 'conservatives' with 'Nazis'. Call a spade a spade.".

Télécharger le fichier CRX de l'extension Republicans: The Nazi Party

Téléchargez les fichiers d'extension Republicans: The Nazi Party 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

                        "Excuse me, they didn't put themselves down as neo-Nazis, and you had some very bad people in that group. But you also had people that were very fine people on both sides. You had people in that group – excuse me, excuse me. I saw the same pictures as you did. You had people in that group that were there to protest the taking down, of to them, a very, very important statue and the renaming of a park from Robert E. Lee to another name."

...

"Okay, what about the alt-left that came charging at us – excuse me – what about the alt-left that came charging at the, as you say, the alt right? Do they have any semblance of guilt?"                    

Informations de Base sur l'Extension

Nom Republicans: The Nazi Party Republicans: The Nazi Party
ID njdnedhccajgmoflgnoclcicnjidpaec
URL Officiel https://chrome.google.com/webstore/detail/republicans-the-nazi-part/njdnedhccajgmoflgnoclcicnjidpaec
Description Replaces the text 'republicans' and 'conservatives' with 'Nazis'. Call a spade a spade.
Taille du Fichier 24.48 KB
Nombre d'Installations 19
Version Actuelle 2.0
Dernière Mise à Jour 2017-08-16
Date de Publication 2017-08-16
Évaluation 2.33/5 Total 3 Évaluations
Développeur Lyin' Ted
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Republicans: The Nazi Party",
    "description": "Replaces the text 'republicans' and 'conservatives' with 'Nazis'.  Call a spade a spade.",
    "version": "2.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"
        }
    ]
}