Launch Alert

Displays upcoming rocket launches. Click to see more detailed status in a popup.

What is Launch Alert?

Launch Alert is a Chrome extension developed by Johnny, and its main feature is "Displays upcoming rocket launches. Click to see more detailed status in a popup.".

Extension Screenshots

screenshot

Download Launch Alert Extension CRX File

Download Launch 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

                        Displays upcoming rocket launches. The badge on the extension shows time left for a upcoming launch. Click on the extension icon to see more information on that launch.                    

Extension Basic Information

Name Launch Alert Launch Alert
ID lbkbijggplkjkbccgmhkahpfhjlleacd
Official URL https://chrome.google.com/webstore/detail/launch-alert/lbkbijggplkjkbccgmhkahpfhjlleacd
Description Displays upcoming rocket launches. Click to see more detailed status in a popup.
File Size 207 KB
Installation Count 46
Current Version 0.2
Last Updated 2020-11-23
Publish Date 2016-09-24
Rating 5.00/5 Total 1 Ratings
Developer Johnny
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Launch Alert",
    "version": "0.2",
    "description": "Displays upcoming rocket launches. Click to see more detailed status in a popup.",
    "icons": {
        "128": "rocket_normal.png"
    },
    "permissions": [
        "notifications",
        "storage",
        "alarms",
        "https:\/\/ll.thespacedevs.com\/"
    ],
    "background": {
        "scripts": [
            "utils.js",
            "background.js",
            "worker-requests.js"
        ]
    },
    "browser_action": {
        "default_icon": "rocket_normal.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}