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是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This extension changes "Bernie Sanders" to "Colonel Sanders" and "Feel The Bern" to "Eat The Chicken". You're welcome.”。
扩展截图
下载Colonel Bernie Sanders扩展crx文件
下载Colonel Bernie Sanders扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } ] } |