Rainbow Remover

Removes unwanted rainbows

What is Rainbow Remover?

Rainbow Remover is a Chrome extension developed by Extensification Technologies, and its main feature is "Removes unwanted rainbows".

Extension Screenshots

screenshot

Download Rainbow Remover Extension CRX File

Download Rainbow Remover 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

                        Removes unwanted rainbows on Facebook. Side effects may include selective colorblindness.

This extension will probably outlive its usefulness in a week or so.                    

Extension Basic Information

Name Rainbow Remover Rainbow Remover
ID nklhfofcnhanciamgjiahanaejnfddae
Official URL https://chromewebstore.google.com/detail/rainbow-remover/nklhfofcnhanciamgjiahanaejnfddae
Description Removes unwanted rainbows
File Size 359 KB
Installation Count 10
Current Version 0.0.3
Last Updated 2015-06-29
Publish Date 2015-06-28
Rating 5.00/5 Total 1 Ratings
Developer Extensification Technologies
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rainbow Remover",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Removes unwanted rainbows",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}