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
Eメール [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"
    ]
}