YS Loopy (Yeezy Supply Monitor)

An assistant for yeezysupply.com. It monitors for the latest drop and can assist in a speedy checkout.

YS Loopy (Yeezy Supply Monitor)คืออะไร?

YS Loopy (Yeezy Supply Monitor) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wordoncode และคุณลักษณะหลักของมันคือ "An assistant for yeezysupply.com. It monitors for the latest drop and can assist in a speedy checkout."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YS Loopy (Yeezy Supply Monitor)

ดาวน์โหลดไฟล์ส่วนขยาย YS Loopy (Yeezy Supply Monitor) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Don't wait for your friends to tell you when you can buy the newest release! This extension will monitor yeezysupply.com for the newest release. An alarm will sound when you're ready to checkout! Brand new extension and will be free for the blush release!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ YS Loopy (Yeezy Supply Monitor) YS Loopy (Yeezy Supply Monitor)
ID fbhnndogmpmjcmhepjehpoakdfecenen
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/fbhnndogmpmjcmhepjehpoakdfecenen
คำอธิบาย An assistant for yeezysupply.com. It monitors for the latest drop and can assist in a speedy checkout.
ขนาดไฟล์ 15.56 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 0.5.0.0 blush
อัปเดตครั้งล่าสุด 2018-04-12
วันที่เผยแพร่ 2018-04-12
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา wordoncode
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YS Loopy (Yeezy Supply Monitor)",
    "version": "0.5.0.0",
    "version_name": "0.5.0.0 blush",
    "manifest_version": 2,
    "description": "An assistant for yeezysupply.com. It monitors for the latest drop and can assist in a speedy checkout.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "homepage_url": "http:\/\/wordoncode.com",
    "author": "@wordoncode",
    "short_name": "YSLoopy",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/yeezysupply.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "actions.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "YS Loopy (Yeezy Supply Monitor)"
    },
    "permissions": [
        "https:\/\/yeezysupply.com\/*",
        "tabs",
        "storage"
    ]
}