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)是由wordoncode開發的Chrome擴展程式,該擴展的主要功能是“An assistant for yeezysupply.com. It monitors for the latest drop and can assist in a speedy checkout.”。

擴展截圖

screenshot

下載YS Loopy (Yeezy Supply Monitor)擴展crx文件

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