Ebola 2 Bieber
Replaces "Ebola" with "Justin Bieber." Stay Calm and be a Belieber!
什么是Ebola 2 Bieber?
Ebola 2 Bieber是由https://scarlin.com开发的Chrome扩展程序,该扩展的主要功能是“Replaces "Ebola" with "Justin Bieber." Stay Calm and be a Belieber!”。
扩展截图
下载Ebola 2 Bieber扩展crx文件
下载Ebola 2 Bieber扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Are you getting tired of seeing all of the posts about Ebola everywhere you go? This won't cure Ebola, but it will replace it with Justin Bieber. This extension is intended for humorous purpose. Do not take this as anything more than an attempt at reducing some of the anxiety and stress surrounding the Ebola panic.
扩展基本信息
名称 | Ebola 2 Bieber |
ID | kgolmchhnkhkcljipifaepiebepnjdna |
官方URL | https://chromewebstore.google.com/detail/ebola-2-bieber/kgolmchhnkhkcljipifaepiebepnjdna |
简介 | Replaces "Ebola" with "Justin Bieber." Stay Calm and be a Belieber! |
文件大小 | 45.95 KB |
安装次数 | 10 |
当前版本 | 1.0 |
更新时间 | 2014-10-20 |
上架时间 | 2014-10-20 |
评分 | 3.63/5 共8次评分 |
开发者 | https://scarlin.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.scarlin.com |
帮助页面URL | http://www.scarlin.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "description": "Replaces \"Ebola\" with \"Justin Bieber.\" Stay Calm and be a Belieber!", "icons": { "128": "128.png", "16": "16.png", "48": "48.png" }, "manifest_version": 2, "name": "Ebola 2 Bieber", "version": "1.0" } |