Clean Gmail

Remove unnecessary elements from Gmail

What is Clean Gmail?

Clean Gmail is a Chrome extension developed by DenGolotyuk, and its main feature is "Remove unnecessary elements from Gmail".

Extension Screenshots

screenshot

Download Clean Gmail Extension CRX File

Download Clean Gmail 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

                        Minified and clean version of Gmail. Removed unnecessary stuff.                    

Extension Basic Information

Name Clean Gmail Clean Gmail
ID pmnnjmlnilfppfkkbgbmoopgbjgkcahb
Official URL https://chrome.google.com/webstore/detail/clean-gmail/pmnnjmlnilfppfkkbgbmoopgbjgkcahb
Description Remove unnecessary elements from Gmail
File Size 3.35 KB
Installation Count 115
Current Version 1.0
Last Updated 2015-01-20
Publish Date 2015-01-20
Rating 3.00/5 Total 2 Ratings
Developer DenGolotyuk
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clean Gmail",
    "description": "Remove unnecessary elements from Gmail",
    "version": "1.0",
    "content_scripts": [
        {
            "js": [
                "clean.js"
            ],
            "matches": [
                "*:\/\/*.google.com\/*"
            ]
        }
    ]
}