By: ntp
Inspect and view changes in Localhost Detector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"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.4",
"icons": {
"128": "icon.png"
},
"content_scripts": [
{
"js": [
"local.js"
],
"css": [
"local.css"
],
"matches": [
"*://localhost/*",
"*://127.0.0.1/*",
"*://*.local/*"
],
"run_at": "document_end"
}
]
} Best Localhost Detector Alternatives
Here are some Firefox add-ons that are similar to Localhost Detector:
Prod Guard
dotboris
Am I doing this in Prod ?
FloraGC
Production Warning Banner
ct1735x
HTTP Error Detector
Mr Fernando Baker
Custom Host Banner
dev.andyb
Enviro-Shade
NKoeppe
Environment Highlighter
Emiel Hemminga
Detect Cloudflare
traktofon
Live Indicator
Plucky Penguin
Where Am I
Sanket Priyadarshi