Republicans: The Nazi Party

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

Τι είναι το Republicans: The Nazi Party;

Το Republicans: The Nazi Party είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Lyin' Ted, και η κύρια λειτουργία του είναι "Replaces the text 'republicans' and 'conservatives' with 'Nazis'. Call a spade a spade.".

Λήψη αρχείου CRX της επέκτασης Republicans: The Nazi Party

Λήψη αρχείων επέκτασης Republicans: The Nazi Party σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        "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?"                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Republicans: The Nazi Party Republicans: The Nazi Party
ID njdnedhccajgmoflgnoclcicnjidpaec
Επίσημο URL https://chrome.google.com/webstore/detail/republicans-the-nazi-part/njdnedhccajgmoflgnoclcicnjidpaec
Περιγραφή Replaces the text 'republicans' and 'conservatives' with 'Nazis'. Call a spade a spade.
Μέγεθος Αρχείου 24.48 KB
Αριθμός Εγκαταστάσεων 19
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2017-08-16
Ημερομηνία Δημοσίευσης 2017-08-16
Αξιολόγηση 2.33/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Lyin' Ted
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
        }
    ]
}