Remove Gray

Remove All Gray from Website

What is Remove Gray?

Remove Gray is a Chrome extension developed by Unknown, and its main feature is "Remove All Gray from Website".

Extension Screenshots

screenshot

Download Remove Gray Extension CRX File

Download Remove Gray 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

                        Remove All filter grayscale style from Website ปรับหน้าเว็บไซต์ขาวดำให้กลายเป็นสีปกติ สำหรับผู้มีปัญหาทางสายตาจำเป็นต้องทำงานหน้าคอมพิวเตอร์เป็นเวลานาน                    

Extension Basic Information

Name Remove Gray Remove Gray
ID japffgdnoamjdoonicpmkpamiccpjipf
Official URL https://chromewebstore.google.com/detail/remove-gray/japffgdnoamjdoonicpmkpamiccpjipf
Description Remove All Gray from Website
File Size 9.26 KB
Installation Count 13
Current Version 1
Last Updated 2016-10-20
Publish Date 2016-10-19
Rating 5.00/5 Total 2 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remove Gray",
    "version": "1",
    "description": "Remove All Gray from Website",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}