Supernatural Countdown
Shows the countdown status for the upcoming episode of Supernatural
Wat is Supernatural Countdown?
Supernatural Countdown is een Chrome-extensie ontwikkeld door http://teamfreewill.net, en de belangrijkste functie is "Shows the countdown status for the upcoming episode of Supernatural".
Extensie Screenshots
Download het CRX-bestand van de extensie Supernatural Countdown
Download Supernatural 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
More features coming soon...
Basisinformatie over de Extensie
Naam | |
ID | mcnakfbmcipbgjechgecfccfhncfpikg |
Officiële URL | https://chrome.google.com/webstore/detail/supernatural-countdown/mcnakfbmcipbgjechgecfccfhncfpikg |
Beschrijving | Shows the countdown status for the upcoming episode of Supernatural |
Bestandsgrootte | 421 KB |
Aantal Installaties | 291 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2016-03-16 |
Publicatiedatum | 2016-03-16 |
Beoordeling | 4.59/5 Totaal 39 Beoordelingen |
Ontwikkelaar | http://teamfreewill.net |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |