Sun-Asterisk Alert

Show alert banner to some specific websites

What is Sun-Asterisk Alert?

Sun-Asterisk Alert is a Chrome extension developed by Sun* Chrome Extension, and its main feature is "Show alert banner to some specific websites".

Extension Screenshots

screenshot

Download Sun-Asterisk Alert Extension CRX File

Download Sun-Asterisk Alert 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

                        This is extension for internal purpose. It will show the banner in the top page when user access to the specific urls                    

Extension Basic Information

Name Sun-Asterisk Alert Sun-Asterisk Alert
ID padfelcpddafgnggpadfafblcbajajhk
Official URL https://chromewebstore.google.com/detail/sun-asterisk-alert/padfelcpddafgnggpadfafblcbajajhk
Description Show alert banner to some specific websites
File Size 13.01 KB
Installation Count 561
Current Version 1.0.0
Last Updated 2020-10-12
Publish Date 2020-10-12
Developer Sun* Chrome Extension
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/sun-asterisk.com/privacy-policy-for-sun/home
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sun-Asterisk Alert",
    "description": "Show alert banner to some specific websites",
    "version": "1.0.0",
    "icons": {
        "32": "assets\/img\/ico-32.png",
        "48": "assets\/img\/ico-32.png"
    },
    "browser_action": {
        "default_icon": "assets\/img\/ico-32.png",
        "default_popup": "popup.html",
        "default_title": "Sun-Asterisk Alert"
    },
    "permissions": [
        "tabs",
        "storage",
        "webNavigation",
        "identity",
        "identity.email"
    ],
    "oauth2": {
        "client_id": "1003585085396-4r5v72aelata2hlsdmvisb421lkbdnio.apps.googleusercontent.com",
        "scopes": [
            "profile email"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "assets\/js\/sun-asterisk-alert.js"
            ],
            "css": [
                "assets\/css\/alert.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "assets\/js\/background.js"
        ]
    }
}