Tinted Windows

This extension allows the user to selected a tinted overlay to show on the current page.

What is Tinted Windows?

Tinted Windows is a Chrome extension developed by Andrew Hook, and its main feature is "This extension allows the user to selected a tinted overlay to show on the current page.".

Extension Screenshots

screenshot
screenshot

Download Tinted Windows Extension CRX File

Download Tinted Windows 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

                                            

Extension Basic Information

Name Tinted Windows Tinted Windows
ID kablmamgeapmmjmolcppdcagmdepjmml
Official URL https://chrome.google.com/webstore/detail/tinted-windows/kablmamgeapmmjmolcppdcagmdepjmml
Description This extension allows the user to selected a tinted overlay to show on the current page.
File Size 6.48 KB
Installation Count 611
Current Version 3.0
Last Updated 2017-05-18
Publish Date 2017-05-18
Rating 4.75/5 Total 4 Ratings
Developer Andrew Hook
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tinted Windows",
    "description": "This extension allows the user to selected a tinted overlay to show on the current page.",
    "version": "3.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "author": "Andy Hook ",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "https:\/\/ajax.googleapis.com\/"
    ]
}