Ebola 2 Bieber

Replaces "Ebola" with "Justin Bieber." Stay Calm and be a Belieber!

What is Ebola 2 Bieber?

Ebola 2 Bieber is a Chrome extension developed by https://scarlin.com, and its main feature is "Replaces "Ebola" with "Justin Bieber." Stay Calm and be a Belieber!".

Extension Screenshots

screenshot

Download Ebola 2 Bieber Extension CRX File

Download Ebola 2 Bieber extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Ebola 2 Bieber Ebola 2 Bieber
ID kgolmchhnkhkcljipifaepiebepnjdna
Official URL https://chromewebstore.google.com/detail/ebola-2-bieber/kgolmchhnkhkcljipifaepiebepnjdna
Description Replaces "Ebola" with "Justin Bieber." Stay Calm and be a Belieber!
File Size 45.95 KB
Installation Count 10
Current Version 1.0
Last Updated 2014-10-20
Publish Date 2014-10-20
Rating 3.63/5 Total 8 Ratings
Developer https://scarlin.com
Email [email protected]
Payment Type free
Extension Website http://www.scarlin.com
Help Page URL http://www.scarlin.com
Supported Languages 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"
}