Black to Color
This extension will turn black and white websites back to color
What is Black to Color?
Black to Color is a Chrome extension developed by Andre, and its main feature is "This extension will turn black and white websites back to color".
Extension Screenshots
Download Black to Color Extension CRX File
Download Black to Color 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
Convert Thai Grayscale websites into Colorful mode ;)
Extension Basic Information
Name | |
ID | fhgeeimcjonkakkbgodfkobfnpobdeii |
Official URL | https://chrome.google.com/webstore/detail/black-to-color/fhgeeimcjonkakkbgodfkobfnpobdeii |
Description | This extension will turn black and white websites back to color |
File Size | 61.6 KB |
Installation Count | 57 |
Current Version | 1.3.4 |
Last Updated | 2016-11-07 |
Publish Date | 2016-11-07 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Andre |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Black to Color", "description": "This extension will turn black and white websites back to color", "version": "1.3.4", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": "img\/icon.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "css\/styles.css" ], "js": [ "js\/jquery.min.js", "js\/app.js" ] } ] } |