WebExtension.net
WebExtension.net

Localhost Banner Alert

View on Chrome Web Store
View Localhost Banner Alert Chrome Extension on Chrome Web Store
0.0 (0 ratings)

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

Add a banner to your browser when you're on a local development site
Type
Extension
Users
11 users
shevabam
View author page of shevabam
Published
Published on March 29, 2024
Version 1.0.0
Manifest version
3
Updated
Updated on March 29, 2024
View on Chrome Web Store
View Localhost Banner Alert Chrome Extension on Chrome Web Store
productivity/developer
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Localhost Banner Alert",
    "description": "Add a banner to your browser when you're on a local development site",
    "version": "1.0.0",
    "author": "@shevabam",
    "homepage_url": "https:\/\/github.com\/shevabam\/extension-localhost-banner-alert",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_icon": "img\/icon_default.png",
        "default_title": "Localhost Banner Alert",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/config.js",
                "js\/content.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "options_ui": {
        "page": "pages\/settings.html",
        "open_in_tab": true
    },
    "icons": {
        "128": "img\/icon_128.png"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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