Colonel Bernie Sanders

This extension changes "Bernie Sanders" to "Colonel Sanders" and "Feel The Bern" to "Eat The Chicken". You're welcome.

Τι είναι το Colonel Bernie Sanders;

Το Colonel Bernie Sanders είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "This extension changes "Bernie Sanders" to "Colonel Sanders" and "Feel The Bern" to "Eat The Chicken". You're welcome.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Colonel Bernie Sanders

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

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

                        The internet has been poisoned by Bernie Sanders supporters that post about every single move the Senator makes. 

Is your Facebook feed polluted by an overwhelming amount of Bernie Sanders propaganda? 

If so, install this extension. You will still be bombarded by Bernie Sanders news, but you'll smile because your browser will refer to him as "Colonel Sanders." Additionally, anytime a Colonel Sanders supporter feels the need to post that they "feel the Bern," it will be changed to "eat the chicken."                    

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

Όνομα Colonel Bernie Sanders Colonel Bernie Sanders
ID mbpigddpknncbjjihcalgjjbpkfjpenc
Επίσημο URL https://chromewebstore.google.com/detail/colonel-bernie-sanders/mbpigddpknncbjjihcalgjjbpkfjpenc
Περιγραφή This extension changes "Bernie Sanders" to "Colonel Sanders" and "Feel The Bern" to "Eat The Chicken". You're welcome.
Μέγεθος Αρχείου 37.61 KB
Αριθμός Εγκαταστάσεων 29
Τρέχουσα Έκδοση 0.1
Τελευταία Ενημέρωση 2016-04-06
Ημερομηνία Δημοσίευσης 2016-04-06
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Unknown
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Colonel Bernie Sanders",
    "description": "This extension changes \"Bernie Sanders\" to \"Colonel Sanders\" and \"Feel The Bern\" to \"Eat The Chicken\". You're welcome.",
    "version": "0.1",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}