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 |
| 官方網址 | 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"
} | |