Colonel Bernie Sanders
This extension changes "Bernie Sanders" to "Colonel Sanders" and "Feel The Bern" to "Eat The Chicken". You're welcome.
Co to jest Colonel Bernie Sanders?
Colonel Bernie Sanders to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „This extension changes "Bernie Sanders" to "Colonel Sanders" and "Feel The Bern" to "Eat The Chicken". You're welcome.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Colonel Bernie Sanders
Pobierz pliki rozszerzeń Colonel Bernie Sanders w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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."
Podstawowe informacje o rozszerzeniu
Nazwa | Colonel Bernie Sanders |
ID | mbpigddpknncbjjihcalgjjbpkfjpenc |
Oficjalny URL | https://chromewebstore.google.com/detail/colonel-bernie-sanders/mbpigddpknncbjjihcalgjjbpkfjpenc |
Opis | This extension changes "Bernie Sanders" to "Colonel Sanders" and "Feel The Bern" to "Eat The Chicken". You're welcome. |
Rozmiar pliku | 37.61 KB |
Liczba instalacji | 29 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2016-04-06 |
Data Publikacji | 2016-04-06 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | 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" } ] } |