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) là gì?

YS Loopy (Yeezy Supply Monitor) là một tiện ích mở rộng Chrome được phát triển bởi wordoncode, và tính năng chính của nó là "An assistant for yeezysupply.com. It monitors for the latest drop and can assist in a speedy checkout.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng YS Loopy (Yeezy Supply Monitor)

Tải xuống các tệp mở rộng YS Loopy (Yeezy Supply Monitor) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YS Loopy (Yeezy Supply Monitor) YS Loopy (Yeezy Supply Monitor)
ID fbhnndogmpmjcmhepjehpoakdfecenen
URL Chính Thức https://chrome.google.com/webstore/detail/fbhnndogmpmjcmhepjehpoakdfecenen
Mô tả An assistant for yeezysupply.com. It monitors for the latest drop and can assist in a speedy checkout.
Kích Thước Tệp 15.56 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 0.5.0.0 blush
Cập Nhật Lần Cuối 2018-04-12
Ngày Phát Hành 2018-04-12
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển wordoncode
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}