Donald Dump

Turn Trump into Dump

Τι είναι το Donald Dump;

Το Donald Dump είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Michael Pastore, και η κύρια λειτουργία του είναι "Turn Trump into Dump".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        At which point do you abstain from clickbait in pursuit of a higher-content calling?
What if this clickbait is running for president?
And this potential president perpetuates hatespeak?
How do you balance "not mentioning his name to quell his flame" with "gobbling up the latest hate"?

I don't have answers to any of these questions. But here's an extension that changes the word "Trump" into a random, lame, monosyllabic -ump word.

UPDATE with v0.4: images on the page are now replaced with a random cat image (thanks to lorempixel.com!)
UPDATE with v.0.5: inspired by John Oliver, I added "Drumpf" into the mix                    

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

Όνομα Donald Dump Donald Dump
ID iiefianghlihkhlemfmoodbkfdlhegin
Επίσημο URL https://chromewebstore.google.com/detail/donald-dump/iiefianghlihkhlemfmoodbkfdlhegin
Περιγραφή Turn Trump into Dump
Μέγεθος Αρχείου 76.6 KB
Αριθμός Εγκαταστάσεων 19
Τρέχουσα Έκδοση 0.5
Τελευταία Ενημέρωση 2016-03-09
Ημερομηνία Δημοσίευσης 2016-03-09
Αξιολόγηση 4.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Michael Pastore
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donald Dump",
    "version": "0.5",
    "description": "Turn Trump into Dump",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "trump48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "48": "trump48.png",
        "128": "trump128.png"
    }
}