Colonel Bernie Sanders

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

Co je Colonel Bernie Sanders?

Colonel Bernie Sanders je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „This extension changes "Bernie Sanders" to "Colonel Sanders" and "Feel The Bern" to "Eat The Chicken". You're welcome.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Colonel Bernie Sanders

Stáhněte si soubory rozšíření Colonel Bernie Sanders ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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."                    

Základní Informace o Rozšíření

Název Colonel Bernie Sanders Colonel Bernie Sanders
ID mbpigddpknncbjjihcalgjjbpkfjpenc
Oficiální URL https://chromewebstore.google.com/detail/colonel-bernie-sanders/mbpigddpknncbjjihcalgjjbpkfjpenc
Popis This extension changes "Bernie Sanders" to "Colonel Sanders" and "Feel The Bern" to "Eat The Chicken". You're welcome.
Velikost souboru 37.61 KB
Počet instalací 29
Aktuální Verze 0.1
Poslední Aktualizace 2016-04-06
Datum Vydání 2016-04-06
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}