Colonel Bernie Sanders
This extension changes "Bernie Sanders" to "Colonel Sanders" and "Feel The Bern" to "Eat The Chicken". You're welcome.
Apa itu Colonel Bernie Sanders?
Colonel Bernie Sanders adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "This extension changes "Bernie Sanders" to "Colonel Sanders" and "Feel The Bern" to "Eat The Chicken". You're welcome.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Colonel Bernie Sanders
Unduh file ekstensi Colonel Bernie Sanders dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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."
Informasi Dasar Ekstensi
Nama | Colonel Bernie Sanders |
ID | mbpigddpknncbjjihcalgjjbpkfjpenc |
URL Resmi | https://chromewebstore.google.com/detail/colonel-bernie-sanders/mbpigddpknncbjjihcalgjjbpkfjpenc |
Deskripsi | This extension changes "Bernie Sanders" to "Colonel Sanders" and "Feel The Bern" to "Eat The Chicken". You're welcome. |
Ukuran File | 37.61 KB |
Jumlah Instalasi | 29 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2016-04-06 |
Tanggal Publikasi | 2016-04-06 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |