More Colors
One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.
What is More Colors?
More Colors is a Chrome extension developed by Daniel W, and its main feature is "One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.".
Extension Screenshots
Download More Colors Extension CRX File
Download More Colors 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
One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.
Extension Basic Information
Name | |
ID | annnclmombcdbkkadbffibajhjpopgdo |
Official URL | https://chrome.google.com/webstore/detail/more-colors/annnclmombcdbkkadbffibajhjpopgdo |
Description | One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling. |
File Size | 5.15 KB |
Installation Count | 53 |
Current Version | 1.0.2 |
Last Updated | 2014-09-25 |
Publish Date | 2014-09-25 |
Rating | 4.00/5 Total 6 Ratings |
Developer | Daniel W |
Payment Type | free |
Extension Website | http://www.danielw.org |
Help Page URL | http://www.danielw.org |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "More Colors", "version": "1.0.2", "permissions": [ "activeTab", "tabs", "background" ], "icons": { "16": "color.png" }, "browser_action": { "default_title": "Makes your internet experience a little more colorful", "default_icon": "color.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "hover.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |