Star Wars Countdown

Countdown to the next Star Wars movie

Was ist Star Wars Countdown?

Star Wars Countdown ist eine Chrome-Erweiterung, die von cI_-__-_Io entwickelt wurde, und ihr Hauptmerkmal ist "Countdown to the next Star Wars movie".

Erweiterungsscreenshots

screenshot

Star Wars Countdown-Erweiterungs-CRX-Datei herunterladen

Laden Sie Star Wars Countdown-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Star Wars Countdown Star Wars Countdown
ID cdccjpckbfelgielopdgfolegnfneipn
Offizielle URL https://chrome.google.com/webstore/detail/star-wars-countdown/cdccjpckbfelgielopdgfolegnfneipn
Beschreibung Countdown to the next Star Wars movie
Dateigröße 16.84 KB
Installationsanzahl 421
Aktuelle Version 0.0.6
Letztes Update 2020-05-09
Veröffentlichungsdatum 2020-05-09
Bewertung 4.47/5 Insgesamt 36 Bewertungen
Entwickler cI_-__-_Io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://sw-countdown.cod3.net
Unterstützte Sprachen 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"
}