Star Wars Countdown
Countdown to the next Star Wars movie
Wat is Star Wars Countdown?
Star Wars Countdown is een Chrome-extensie ontwikkeld door cI_-__-_Io, en de belangrijkste functie is "Countdown to the next Star Wars movie".
Extensie Screenshots
Download het CRX-bestand van de extensie Star Wars Countdown
Download Star Wars Countdown-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Display a countdown to the next Star Wars movie right next to your address bar.
Basisinformatie over de Extensie
Naam | |
ID | cdccjpckbfelgielopdgfolegnfneipn |
Officiële URL | https://chrome.google.com/webstore/detail/star-wars-countdown/cdccjpckbfelgielopdgfolegnfneipn |
Beschrijving | Countdown to the next Star Wars movie |
Bestandsgrootte | 16.84 KB |
Aantal Installaties | 421 |
Huidige Versie | 0.0.6 |
Laatst Bijgewerkt | 2020-05-09 |
Publicatiedatum | 2020-05-09 |
Beoordeling | 4.47/5 Totaal 36 Beoordelingen |
Ontwikkelaar | cI_-__-_Io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://sw-countdown.cod3.net |
Ondersteunde Talen | 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" } |