1 Star 1 Fork 3

Zeb/Tmall_Tickets

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
manifest.json 383 Bytes
一键复制 编辑 原始数据 按行查看 历史
cehui0303 提交于 2019-11-29 22:38 . 修改访问许可网站;
{
"manifest_version": 2,
"name": "Tmall-tickets",
"version": "1.0",
"description": "天猫超市抢购茅台",
"browser_action": {
"default_icon": "icon.png"
},
"content_scripts": [
{
"matches": ["https://chaoshi.detail.tmall.com/*","https://cart.tmall.com/*","https://buy.tmall.com/*"],
"js": ["maotai.js"],
"run_at": "document_idle"
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wuzhibinoo/Tmall_Tickets.git
git@gitee.com:wuzhibinoo/Tmall_Tickets.git
wuzhibinoo
Tmall_Tickets
Tmall_Tickets
master

搜索帮助