天猫京东自动下单秒杀
该扩展可以在天猫/京东抢购时间到时自动下单,自动秒杀,双十一秒杀,双十一抢购利器。需在页面上选择一键秒杀锁定
What is 天猫京东自动下单秒杀?
天猫京东自动下单秒杀 is a Chrome extension developed by 小挺子爱装B, and its main feature is "该扩展可以在天猫/京东抢购时间到时自动下单,自动秒杀,双十一秒杀,双十一抢购利器。需在页面上选择一键秒杀锁定".
Extension Screenshots
Download 天猫京东自动下单秒杀 Extension CRX File
Download 天猫京东自动下单秒杀 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
现在支持天猫界面的倒计时秒杀栏目。 需要提前登陆,勾选一键秒杀锁定。 剩下的看自己网速
Extension Basic Information
Name | |
ID | bjocfedgbklflfpaapaneoniecjkkkfe |
Official URL | https://chrome.google.com/webstore/detail/%E5%A4%A9%E7%8C%AB%E4%BA%AC%E4%B8%9C%E8%87%AA%E5%8A%A8%E4%B8%8B%E5%8D%95%E7%A7%92%E6%9D%80/bjocfedgbklflfpaapaneoniecjkkkfe |
Description | 该扩展可以在天猫/京东抢购时间到时自动下单,自动秒杀,双十一秒杀,双十一抢购利器。需在页面上选择一键秒杀锁定 |
File Size | 136 KB |
Installation Count | 3,009 |
Current Version | 1.1.0 |
Last Updated | 2017-11-10 |
Publish Date | 2017-11-10 |
Rating | 3.20/5 Total 10 Ratings |
Developer | 小挺子爱装B |
Payment Type | free |
Supported Languages | zh-CN,zh-TW |
manifest.json | |
{ "manifest_version": 2, "name": "\u5929\u732b\u4eac\u4e1c\u81ea\u52a8\u4e0b\u5355\u79d2\u6740", "description": "__MSG_description__", "content_scripts": [ { "matches": [ "https:\/\/*.tmall.com\/*", "https:\/\/*.jd.com\/*" ], "js": [ "seed-min.js", "tmall_buy.js" ] } ], "browser_action": { "default_icon": "icon-32.png", "default_title": "\u79d2" }, "options_page": "options.html", "permissions": [ "https:\/\/*.tmall.com\/*", "storage", "https:\/\/*.jd.com\/*", "tabs" ], "default_locale": "zh_CN", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.0", "background": { "persistent": true, "scripts": [ "background.js" ] }, "web_accessible_resources": [ "logo.png", "seed-min.js" ] } |