Trumper Stumper

You can now stump the Trump

Τι είναι το Trumper Stumper;

Το Trumper Stumper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kittykatzapps, και η κύρια λειτουργία του είναι "You can now stump the Trump".

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

screenshot
screenshot
screenshot

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

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

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

                        Now you can Stump the Trump!

If your sick of seeing Donald Trump's stupid name and face plastered all over the internet you are not alone!

That's why we created "TRUMPER STUMPER" The only Google Chrome extension that allows you to replace all mentions of Donald Trump's name with "Happy Little Trees" and all pictures of Trump with pictures of the lovely Bob Ross!

Now next time Trump says/does something dumb and the internet plays right into his hands by sharing all his nonsense you never have to see it again! 

If a page fails to change his name or picture correctly, go to options and enable "dynamic replacement" and it will solve this issue.                    

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

Όνομα Trumper Stumper Trumper Stumper
ID mgkldjfgncfmihfiimielnnhcpcmeapa
Επίσημο URL https://chromewebstore.google.com/detail/trumper-stumper/mgkldjfgncfmihfiimielnnhcpcmeapa
Περιγραφή You can now stump the Trump
Μέγεθος Αρχείου 1.21 MB
Αριθμός Εγκαταστάσεων 54
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2016-01-05
Ημερομηνία Δημοσίευσης 2016-01-05
Αξιολόγηση 4.94/5 Συνολικά 16 Αξιολογήσεις
Προγραμματιστής kittykatzapps
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trumper Stumper",
    "description": "You can now stump the Trump",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "Trump128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "48": "Trump48.png",
        "128": "Trump128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "content.js"
        ],
        "persistent": false
    }
}