Adolf Trump

A delightful Trump parody extension. Transform real Donald Trump stories into hate-filled Nazi propaganda with surprising ease.

Τι είναι το Adolf Trump;

Το Adolf Trump είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://adolfjtrump.com, και η κύρια λειτουργία του είναι "A delightful Trump parody extension. Transform real Donald Trump stories into hate-filled Nazi propaganda with surprising ease.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Adolf Trump

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

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

                        FEATURES:

* Automatically detects Donald Trump’s presence in news stories using an advanced hair-recognition algorithm
* Just 4 simple replacements will satirize the story in a way you will nazi coming:
    - "Donald Trump" --> "Adolf Trump"
    - “America”--> “Germany"
    - “President” --> “Chancellor"
    - "Muslims/Mexicans/Immigrants" --> “Jews"
 * To make it clear when you are viewing the enhanced, satirical version of a story, the Adolf Trump logo will gloriously appear in your toolbar when any content has been modified.


HOW TO USE:

* Use this extensions to answer that nagging question in the back of your mind:  “would Trump’s statements be seen by all as blatantly racist if they were in a slightly different historical context?"
* Surprise and delight your anti-trump friends by confirming how they already feel about him!
* Secretly install on the computers of your pro-Trump friends, then watch as they fail to see the satire in all of this and become increasingly hostile towards you. (On second thought, maybe don’t do this).


DISCLAIMER:

The Adolf Trump Chrome Extension is strictly for the purposes of parody, satire and humor. All effects of the extension should be treated as such. None of the views expressed on this page or through the effects of the extension should be confused with the actual views of the authors, advertisers, the hosting company, or any service providers. Everything on this site and all changes to content made by the extension are intended to spoof, parody and satirize. We make no claims as to the accuracy of our satire. Adolf Trump uses the names of public figures for purposes of satire only. The content should in no way be construed as factual. It is a work of fiction and all content on this site are for the purposes of satiric criticism and comment. The content of this Chrome Extension—graphics, text and other elements—is © Copyright 2016 by AdolfJTrump.com. Exclusive copyright in all the artwork on this website vests with the authors of the artwork. Our content may not be sold, reproduced, or distributed without our written permission. Any third-party trademarks, service marks and logos found on this website are the property of their respective owners.                    

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

Όνομα Adolf Trump Adolf Trump
ID bommcknjiefnbechbnbkkheachijjjjl
Επίσημο URL https://chrome.google.com/webstore/detail/adolf-trump/bommcknjiefnbechbnbkkheachijjjjl
Περιγραφή A delightful Trump parody extension. Transform real Donald Trump stories into hate-filled Nazi propaganda with surprising ease.
Μέγεθος Αρχείου 39.75 KB
Αριθμός Εγκαταστάσεων 146
Τρέχουσα Έκδοση 0.9
Τελευταία Ενημέρωση 2016-02-26
Ημερομηνία Δημοσίευσης 2016-02-26
Αξιολόγηση 4.60/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής http://adolfjtrump.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://adolfjtrump.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Adolf Trump",
    "description": "A delightful Trump parody extension. Transform real Donald Trump stories into hate-filled Nazi propaganda with surprising ease.",
    "icons": {
        "128": "icon.png"
    },
    "version": "0.9",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-min.js",
                "replace-text.js",
                "trumpify.js"
            ],
            "run-at": "document_end"
        }
    ],
    "permissions": [
        "tabs"
    ],
    "page_action": {
        "default_icon": {
            "38": "icon38.png"
        },
        "default_name": "This page has been Trumped!"
    }
}