Sneakerbots4all Nike Size 10 Add To Cart Bot
This will add a product to your nike.com cart after you click on an item or a Twitter Link. Made by the Sneakerbots4all Team
什么是Sneakerbots4all Nike Size 10 Add To Cart Bot?
Sneakerbots4all Nike Size 10 Add To Cart Bot是由http://www.sneakerbots4all.com开发的Chrome扩展程序,该扩展的主要功能是“This will add a product to your nike.com cart after you click on an item or a Twitter Link. Made by the Sneakerbots4all Team”。
扩展截图
下载Sneakerbots4all Nike Size 10 Add To Cart Bot扩展crx文件
下载Sneakerbots4all Nike Size 10 Add To Cart Bot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This bot will add a product to your nike.com cart after you click on an item on Nike.com, or a Twitter Link. To purchase other sizes, or other bots visit our site. ***We are not affiliated, or sponsored by Nike*** ______________________________ New In Version 2.31 -fixed various bugs -fixed issues in Chrome 32
扩展基本信息
名称 | |
ID | ocnhnmjpckjdbpncjmdbpjefpfepjpmg |
官方URL | https://chrome.google.com/webstore/detail/sneakerbots4all-nike-size/ocnhnmjpckjdbpncjmdbpjefpfepjpmg |
简介 | This will add a product to your nike.com cart after you click on an item or a Twitter Link. Made by the Sneakerbots4all Team |
文件大小 | 51.32 KB |
安装次数 | 598 |
当前版本 | 2.45 |
更新时间 | 2015-04-26 |
上架时间 | 2015-04-26 |
评分 | 3.87/5 共23次评分 |
开发者 | http://www.sneakerbots4all.com |
付费类型 | free |
扩展官网 | http://sneakerbots4all.com/ |
支持的语言 | en |
manifest.json | |
{ "content_scripts": [ { "js": [ "autobuy.js" ], "matches": [ "http:\/\/store.nike.com\/*" ] } ], "browser_action": { "default_icon": "logo5.png", "default_popup": "index.html" }, "description": "This will add a product to your nike.com cart after you click on an item or a Twitter Link. Made by the Sneakerbots4all Team", "homepage_url": "http:\/\/sneakerbots4all.com", "icons": { "128": "logo5.png" }, "manifest_version": 2, "name": "Sneakerbots4all Nike Size 10 Add To Cart Bot", "permissions": [ "tabs", "http:\/\/store.nike.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.45" } |