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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Colonel Bernie Sanders
قم بتنزيل ملفات الامتداد Colonel Bernie Sanders بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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" } ] } |