WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Localhost detector

Localhost detector

View on Chrome Web Store
View Localhost detector Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (5 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Detects if you are accessing localhost or production and respectively shows prominent red banner only on localhost.
Type
Extension
Users
200 users
4
milan.chheda
View author page of milan.chheda
Published
Published on April 6, 2017
Version 0.3
Manifest version
2
Updated
Updated on April 25, 2019
productivity/developer
Extension Category
View on Chrome Web Store
View Localhost detector Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Localhost detector",
    "description": "Detects if you are accessing localhost or production and respectively shows prominent red banner only on localhost.",
    "version": "0.3",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "local.js"
            ],
            "css": [
                "local.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top