Supernatural Countdown
Shows the countdown status for the upcoming episode of Supernatural
Qu'est-ce que Supernatural Countdown ?
Supernatural Countdown est une extension Chrome développée par http://teamfreewill.net, et sa fonction principale est "Shows the countdown status for the upcoming episode of Supernatural".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Supernatural Countdown
Téléchargez les fichiers d'extension Supernatural 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
More features coming soon...
Informations de Base sur l'Extension
Nom | |
ID | mcnakfbmcipbgjechgecfccfhncfpikg |
URL Officiel | https://chrome.google.com/webstore/detail/supernatural-countdown/mcnakfbmcipbgjechgecfccfhncfpikg |
Description | Shows the countdown status for the upcoming episode of Supernatural |
Taille du Fichier | 421 KB |
Nombre d'Installations | 291 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2016-03-16 |
Date de Publication | 2016-03-16 |
Évaluation | 4.59/5 Total 39 Évaluations |
Développeur | http://teamfreewill.net |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Supernatural Countdown", "version": "1.1.0", "manifest_version": 2, "description": "Shows the countdown status for the upcoming episode of Supernatural", "homepage_url": "http:\/\/countdown.teamfreewill.net", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Supernatural Countdown", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "chrome:\/\/favicon\/", "clipboardRead", "clipboardWrite", "contextMenus", "cookies", "history", "tabs" ], "omnibox": { "keyword": "extensionizr" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/*", "https:\/\/teamfreewill.net\/*", "https:\/\/widget.teamfreewill.net\/*" ], "css": [ "src\/inject\/inject.css", "css\/countdown.css" ] }, { "matches": [ "https:\/\/www.google.com\/*", "https:\/\/teamfreewill.net\/*", "https:\/\/widget.teamfreewill.net\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |