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
Qu'est-ce que Sneakerbots4all Nike Size 10 Add To Cart Bot ?
Sneakerbots4all Nike Size 10 Add To Cart Bot est une extension Chrome développée par http://www.sneakerbots4all.com, et sa fonction principale est "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".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Sneakerbots4all Nike Size 10 Add To Cart Bot
Téléchargez les fichiers d'extension Sneakerbots4all Nike Size 10 Add To Cart Bot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | ocnhnmjpckjdbpncjmdbpjefpfepjpmg |
URL Officiel | https://chrome.google.com/webstore/detail/sneakerbots4all-nike-size/ocnhnmjpckjdbpncjmdbpjefpfepjpmg |
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 |
Taille du Fichier | 51.32 KB |
Nombre d'Installations | 598 |
Version Actuelle | 2.45 |
Dernière Mise à Jour | 2015-04-26 |
Date de Publication | 2015-04-26 |
Évaluation | 3.87/5 Total 23 Évaluations |
Développeur | http://www.sneakerbots4all.com |
Type de Paiement | free |
Site Web de l'Extension | http://sneakerbots4all.com/ |
Langues Prises en Charge | 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" } |