Supernatural Countdown
Shows the countdown status for the upcoming episode of Supernatural
What is Supernatural Countdown?
Supernatural Countdown is a Chrome extension developed by http://teamfreewill.net, and its main feature is "Shows the countdown status for the upcoming episode of Supernatural".
Extension Screenshots
Download Supernatural Countdown Extension CRX File
Download Supernatural Countdown extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
More features coming soon...
Extension Basic Information
Name | |
ID | mcnakfbmcipbgjechgecfccfhncfpikg |
Official URL | https://chrome.google.com/webstore/detail/supernatural-countdown/mcnakfbmcipbgjechgecfccfhncfpikg |
Description | Shows the countdown status for the upcoming episode of Supernatural |
File Size | 421 KB |
Installation Count | 291 |
Current Version | 1.1.0 |
Last Updated | 2016-03-16 |
Publish Date | 2016-03-16 |
Rating | 4.59/5 Total 39 Ratings |
Developer | http://teamfreewill.net |
Payment Type | free |
Supported Languages | 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" ] } ] } |