Supernatural Countdown
Shows the countdown status for the upcoming episode of Supernatural
Supernatural Countdown là gì?
Supernatural Countdown là một tiện ích mở rộng Chrome được phát triển bởi http://teamfreewill.net, và tính năng chính của nó là "Shows the countdown status for the upcoming episode of Supernatural".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Supernatural Countdown
Tải xuống các tệp mở rộng Supernatural Countdown dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
More features coming soon...
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mcnakfbmcipbgjechgecfccfhncfpikg |
URL Chính Thức | https://chrome.google.com/webstore/detail/supernatural-countdown/mcnakfbmcipbgjechgecfccfhncfpikg |
Mô tả | Shows the countdown status for the upcoming episode of Supernatural |
Kích Thước Tệp | 421 KB |
Số Lần Cài Đặt | 291 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2016-03-16 |
Ngày Phát Hành | 2016-03-16 |
Đánh Giá | 4.59/5 Tổng số 39 Đánh Giá |
Nhà Phát Triển | http://teamfreewill.net |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |