Rocket Launch Schedule

List of all upcoming rocket launches

What is Rocket Launch Schedule?

Rocket Launch Schedule is a Chrome extension developed by Mário Garrido, and its main feature is "List of all upcoming rocket launches".

Extension Screenshots

screenshot

Download Rocket Launch Schedule Extension CRX File

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

                        A easy way to be up to date with the scheduled launches to space.                    

Extension Basic Information

Name Rocket Launch Schedule Rocket Launch Schedule
ID ijabdkefnohiaibcmbfihcjkjamffoph
Official URL https://chromewebstore.google.com/detail/rocket-launch-schedule/ijabdkefnohiaibcmbfihcjkjamffoph
Description List of all upcoming rocket launches
File Size 99.73 KB
Installation Count 189
Current Version 23.2.13
Last Updated 2023-02-13
Publish Date 2019-05-16
Rating 4.56/5 Total 9 Ratings
Developer Mário Garrido
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rocket Launch Schedule",
    "description": "List of all upcoming rocket launches",
    "version": "23.2.13",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/icon_16.png"
    },
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png"
    },
    "permissions": [
        "storage",
        "https:\/\/ll.thespacedevs.com\/*"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}