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