Yeezy Sieupply: The Ultimate Yeezy Supply AIO
Add to cart, autofill, autocheckout for Yeezy Supply. All rights reserved, Kicks For Us LLC.
Was ist Yeezy Sieupply: The Ultimate Yeezy Supply AIO?
Yeezy Sieupply: The Ultimate Yeezy Supply AIO ist eine Chrome-Erweiterung, die von http://kicksfor.us entwickelt wurde, und ihr Hauptmerkmal ist "Add to cart, autofill, autocheckout for Yeezy Supply. All rights reserved, Kicks For Us LLC.".
Erweiterungsscreenshots
Yeezy Sieupply: The Ultimate Yeezy Supply AIO-Erweiterungs-CRX-Datei herunterladen
Laden Sie Yeezy Sieupply: The Ultimate Yeezy Supply AIO-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | |
ID | igblkgkclhonkmlpbniimdimcnjmciha |
Offizielle URL | https://chrome.google.com/webstore/detail/yeezy-sieupply-the-ultima/igblkgkclhonkmlpbniimdimcnjmciha |
Beschreibung | Add to cart, autofill, autocheckout for Yeezy Supply. All rights reserved, Kicks For Us LLC. |
Dateigröße | 128 KB |
Installationsanzahl | 230 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2018-06-11 |
Veröffentlichungsdatum | 2018-04-04 |
Bewertung | 2.33/5 Insgesamt 6 Bewertungen |
Entwickler | http://kicksfor.us |
Zahlungsart | in_app |
Unterstützte Sprachen | 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" } |