Prod Warning

Warn you when your on production sites

What is Prod Warning?

Prod Warning is a Chrome extension developed by Unknown, and its main feature is "Warn you when your on production sites".

Extension Screenshots

screenshot

Download Prod Warning Extension CRX File

Download Prod Warning 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

                        Lets you specify a list of domains to paint a border around, for warning you when you are on a production version of a site.                    

Extension Basic Information

Name Prod Warning Prod Warning
ID lklgnoldngfklejhcndgddkpfffogcfi
Official URL https://chromewebstore.google.com/detail/prod-warning/lklgnoldngfklejhcndgddkpfffogcfi
Description Warn you when your on production sites
File Size 46.39 KB
Installation Count 58
Current Version 0.1.0
Last Updated 2019-01-02
Publish Date 2018-12-29
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prod Warning",
    "version": "0.1.0",
    "description": "Warn you when your on production sites",
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "border.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/warning16.png",
        "32": "images\/warning32.png",
        "48": "images\/warning48.png",
        "128": "images\/warning128.png"
    },
    "manifest_version": 2
}