Colonel Bernie Sanders
This extension changes "Bernie Sanders" to "Colonel Sanders" and "Feel The Bern" to "Eat The Chicken". You're welcome.
Cos'è Colonel Bernie Sanders?
Colonel Bernie Sanders è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This extension changes "Bernie Sanders" to "Colonel Sanders" and "Feel The Bern" to "Eat The Chicken". You're welcome.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Colonel Bernie Sanders
Scarica i file di estensione Colonel Bernie Sanders in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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."
Informazioni di Base sull'Estensione
Nome | Colonel Bernie Sanders |
ID | mbpigddpknncbjjihcalgjjbpkfjpenc |
URL Ufficiale | https://chromewebstore.google.com/detail/colonel-bernie-sanders/mbpigddpknncbjjihcalgjjbpkfjpenc |
Descrizione | This extension changes "Bernie Sanders" to "Colonel Sanders" and "Feel The Bern" to "Eat The Chicken". You're welcome. |
Dimensione del File | 37.61 KB |
Conteggio Installazioni | 29 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2016-04-06 |
Data di Pubblicazione | 2016-04-06 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |