Star Wars Countdown

Countdown to the next Star Wars movie

Qu'est-ce que Star Wars Countdown ?

Star Wars Countdown est une extension Chrome développée par cI_-__-_Io, et sa fonction principale est "Countdown to the next Star Wars movie".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Star Wars Countdown

Téléchargez les fichiers d'extension Star Wars Countdown au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Star Wars Countdown Star Wars Countdown
ID cdccjpckbfelgielopdgfolegnfneipn
URL Officiel https://chrome.google.com/webstore/detail/star-wars-countdown/cdccjpckbfelgielopdgfolegnfneipn
Description Countdown to the next Star Wars movie
Taille du Fichier 16.84 KB
Nombre d'Installations 421
Version Actuelle 0.0.6
Dernière Mise à Jour 2020-05-09
Date de Publication 2020-05-09
Évaluation 4.47/5 Total 36 Évaluations
Développeur cI_-__-_Io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://sw-countdown.cod3.net
Langues Prises en Charge 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"
}