Supernatural Countdown
Shows the countdown status for the upcoming episode of Supernatural
什么是Supernatural Countdown?
Supernatural Countdown是由http://teamfreewill.net开发的Chrome扩展程序,该扩展的主要功能是“Shows the countdown status for the upcoming episode of Supernatural”。
扩展截图
下载Supernatural Countdown扩展crx文件
下载Supernatural Countdown扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
More features coming soon...
扩展基本信息
名称 | |
ID | mcnakfbmcipbgjechgecfccfhncfpikg |
官方URL | https://chrome.google.com/webstore/detail/supernatural-countdown/mcnakfbmcipbgjechgecfccfhncfpikg |
简介 | Shows the countdown status for the upcoming episode of Supernatural |
文件大小 | 421 KB |
安装次数 | 291 |
当前版本 | 1.1.0 |
更新时间 | 2016-03-16 |
上架时间 | 2016-03-16 |
评分 | 4.59/5 共39次评分 |
开发者 | http://teamfreewill.net |
付费类型 | free |
支持的语言 | 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" ] } ] } |