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 هو إضافة Chrome تم تطويرها بواسطة http://www.sneakerbots4all.com، والميزة الرئيسية لها هي "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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Sneakerbots4all Nike Size 10 Add To Cart Bot
قم بتنزيل ملفات الامتداد Sneakerbots4all Nike Size 10 Add To Cart Bot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } |