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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |