Star Wars Countdown

Countdown to the next Star Wars movie

What is Star Wars Countdown?

Star Wars Countdown is a Chrome extension developed by cI_-__-_Io, and its main feature is "Countdown to the next Star Wars movie".

Extension Screenshots

screenshot

Download Star Wars Countdown Extension CRX File

Download Star Wars Countdown 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

                        Display a countdown to the next Star Wars movie right next to your address bar.                    

Extension Basic Information

Name Star Wars Countdown Star Wars Countdown
ID cdccjpckbfelgielopdgfolegnfneipn
Official URL https://chrome.google.com/webstore/detail/star-wars-countdown/cdccjpckbfelgielopdgfolegnfneipn
Description Countdown to the next Star Wars movie
File Size 16.84 KB
Installation Count 421
Current Version 0.0.6
Last Updated 2020-05-09
Publish Date 2020-05-09
Rating 4.47/5 Total 36 Ratings
Developer cI_-__-_Io
Email [email protected]
Payment Type free
Extension Website https://sw-countdown.cod3.net
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "src\/bg\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Star Wars Countdown"
    },
    "description": "Countdown to the next Star Wars movie",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Star Wars Countdown",
    "permissions": [
        "tabs",
        "notifications"
    ],
    "version": "0.0.6"
}