Yeezy Sieupply: The Ultimate Yeezy Supply AIO
Add to cart, autofill, autocheckout for Yeezy Supply. All rights reserved, Kicks For Us LLC.
Yeezy Sieupply: The Ultimate Yeezy Supply AIOとは何ですか?
Yeezy Sieupply: The Ultimate Yeezy Supply AIOはhttp://kicksfor.usによって開発されたChromeの拡張機能で、その主な機能は「Add to cart, autofill, autocheckout for Yeezy Supply. All rights reserved, Kicks For Us LLC.」です。
拡張機能のスクリーンショット
Yeezy Sieupply: The Ultimate Yeezy Supply AIO拡張機能のCRXファイルをダウンロード
Yeezy Sieupply: The Ultimate Yeezy Supply AIO拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | igblkgkclhonkmlpbniimdimcnjmciha |
公式URL | https://chrome.google.com/webstore/detail/yeezy-sieupply-the-ultima/igblkgkclhonkmlpbniimdimcnjmciha |
説明 | Add to cart, autofill, autocheckout for Yeezy Supply. All rights reserved, Kicks For Us LLC. |
ファイルサイズ | 128 KB |
インストール数 | 230 |
現在のバージョン | 1.0.2 |
最終更新日 | 2018-06-11 |
公開日 | 2018-04-04 |
評価 | 2.33/5 合計 6 レビュー |
開発者 | http://kicksfor.us |
支払い方法 | in_app |
対応言語 | 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" } |