Trump to Festering Anus

Replaces the text 'Donald Trump' with 'Festering Anus'.

Τι είναι το Trump to Festering Anus;

Το Trump to Festering Anus είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Drunken Sasquatch, και η κύρια λειτουργία του είναι "Replaces the text 'Donald Trump' with 'Festering Anus'.".

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

screenshot

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

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

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

                        Do you think that Donald Trump is a mixture of Biff Tannen and a halloween pumpkin in december? Maybe you're just sick of seeing facebook posts from that borderline sociopath you know from high school that you can't bring yourself to unfriend. Maybe you resent the fact that Donald Trump wants to "slow Cosby" America. 

Does watching around-the-clock CNN coverage of Donald Trump make you feel like David Carradine being slowly strangled by the noose of cheap journalism?
 
Regardless (or irregardless as a Trump supporter might say), you should just install this extension.                    

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

Όνομα Trump to Festering Anus Trump to Festering Anus
ID bcgcnhpijehppimfgpodckmnlnlhmeje
Επίσημο URL https://chrome.google.com/webstore/detail/trump-to-festering-anus/bcgcnhpijehppimfgpodckmnlnlhmeje
Περιγραφή Replaces the text 'Donald Trump' with 'Festering Anus'.
Μέγεθος Αρχείου 26.98 KB
Αριθμός Εγκαταστάσεων 155
Τρέχουσα Έκδοση 1.5
Τελευταία Ενημέρωση 2015-12-28
Ημερομηνία Δημοσίευσης 2015-12-28
Αξιολόγηση 4.76/5 Συνολικά 21 Αξιολογήσεις
Προγραμματιστής Drunken Sasquatch
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump to Festering Anus",
    "short_name": "T2A",
    "version": "1.5",
    "icons": {
        "128": "trump-head.png"
    },
    "description": "Replaces the text 'Donald Trump' with 'Festering Anus'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_idle"
        }
    ]
}