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
Cos'è Sneakerbots4all Nike Size 10 Add To Cart Bot?
Sneakerbots4all Nike Size 10 Add To Cart Bot è un'estensione di Chrome sviluppata da http://www.sneakerbots4all.com, e la sua funzione principale è "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".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sneakerbots4all Nike Size 10 Add To Cart Bot
Scarica i file di estensione Sneakerbots4all Nike Size 10 Add To Cart Bot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | ocnhnmjpckjdbpncjmdbpjefpfepjpmg |
URL Ufficiale | https://chrome.google.com/webstore/detail/sneakerbots4all-nike-size/ocnhnmjpckjdbpncjmdbpjefpfepjpmg |
Descrizione | 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 |
Dimensione del File | 51.32 KB |
Conteggio Installazioni | 598 |
Versione Corrente | 2.45 |
Ultimo Aggiornamento | 2015-04-26 |
Data di Pubblicazione | 2015-04-26 |
Valutazione | 3.87/5 Totale 23 Valutazioni |
Sviluppatore | http://www.sneakerbots4all.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://sneakerbots4all.com/ |
Lingue Supportate | 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" } |