Rainbows For All

Rainbowify your browsing experience!

What is Rainbows For All?

Rainbows For All is a Chrome extension developed by https://jonoshields.com, and its main feature is "Rainbowify your browsing experience!".

Extension Screenshots

screenshot

Download Rainbows For All Extension CRX File

Download Rainbows For All 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

                        Rainbows for all allows anybody to improve their browsing experience dramatically by replacing those boring white backgrounds to something a bit more interesting.

Features :
-Rainbows

Note: Does not work on all sites (as some sites override certain styling that this app relies on).                    

Extension Basic Information

Name Rainbows For All Rainbows For All
ID joknkidihdjigogoclcheaofmdfhhgfh
Official URL https://chromewebstore.google.com/detail/rainbows-for-all/joknkidihdjigogoclcheaofmdfhhgfh
Description Rainbowify your browsing experience!
File Size 21.63 KB
Installation Count 179
Current Version 1.1
Last Updated 2017-11-27
Publish Date 2017-11-26
Rating 5.00/5 Total 3 Ratings
Developer https://jonoshields.com
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rainbows For All",
    "version": "1.1",
    "description": "Rainbowify your browsing experience!",
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "js": [
                "addContent.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        "rainbow.js"
    ],
    "browser_action": {
        "default_icon": {
            "32": "icon-32.png"
        },
        "default_title": "Rainbows!"
    },
    "manifest_version": 2
}