Yeezy Sieupply: The Ultimate Yeezy Supply AIO
Add to cart, autofill, autocheckout for Yeezy Supply. All rights reserved, Kicks For Us LLC.
Qu'est-ce que Yeezy Sieupply: The Ultimate Yeezy Supply AIO ?
Yeezy Sieupply: The Ultimate Yeezy Supply AIO est une extension Chrome développée par http://kicksfor.us, et sa fonction principale est "Add to cart, autofill, autocheckout for Yeezy Supply. All rights reserved, Kicks For Us LLC.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Yeezy Sieupply: The Ultimate Yeezy Supply AIO
Téléchargez les fichiers d'extension Yeezy Sieupply: The Ultimate Yeezy Supply AIO 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
Informations de Base sur l'Extension
Nom | |
ID | igblkgkclhonkmlpbniimdimcnjmciha |
URL Officiel | https://chrome.google.com/webstore/detail/yeezy-sieupply-the-ultima/igblkgkclhonkmlpbniimdimcnjmciha |
Description | Add to cart, autofill, autocheckout for Yeezy Supply. All rights reserved, Kicks For Us LLC. |
Taille du Fichier | 128 KB |
Nombre d'Installations | 230 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2018-06-11 |
Date de Publication | 2018-04-04 |
Évaluation | 2.33/5 Total 6 Évaluations |
Développeur | http://kicksfor.us |
Type de Paiement | in_app |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yeezy Sieupply: The Ultimate Yeezy Supply AIO", "version": "1.0.2", "manifest_version": 2, "description": "Add to cart, autofill, autocheckout for Yeezy Supply. All rights reserved, Kicks For Us LLC.", "homepage_url": "https:\/\/kicksfor.us", "background": { "scripts": [ "jquery.js", "background.js" ], "persistent": true }, "content_scripts": [ { "run_at": "document_idle", "all_frames": true, "matches": [ "*:\/\/*.yeezysupply.com\/*\/checkouts\/*", "*:\/\/checkout.shopifycs.com\/*" ], "js": [ "jquery.js", "bootstrap-notify.min.js", "content_script_checkout.js" ] }, { "run_at": "document_end", "all_frames": true, "matches": [ "*:\/\/kicksfor.us\/app\/yeezysieupply\/?Country=*" ], "js": [ "jquery.js", "bootstrap-notify.min.js", "bot_controller.js" ] }, { "run_at": "document_idle", "all_frames": true, "matches": [ "*:\/\/*.yeezysupply.com\/*" ], "js": [ "jquery.js", "bootstrap-notify.min.js", "bot.js" ] } ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "web_accessible_resources": [ "injected.js", "find_product.js", "payment.js", "addto.js", "check_cart.js" ], "browser_action": { "default_title": "Yeezy Sieupply" }, "permissions": [ "*:\/\/*.yeezysupply.com\/*", "tabs", "storage" ], "short_name": "Yeezy Supply: AIO" } |