YS Loopy (Yeezy Supply Monitor)

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

What is YS Loopy (Yeezy Supply Monitor)?

YS Loopy (Yeezy Supply Monitor) is a Chrome extension developed by wordoncode, and its main feature is "An assistant for yeezysupply.com. It monitors for the latest drop and can assist in a speedy checkout.".

Extension Screenshots

screenshot

Download YS Loopy (Yeezy Supply Monitor) Extension CRX File

Download YS Loopy (Yeezy Supply Monitor) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name YS Loopy (Yeezy Supply Monitor) YS Loopy (Yeezy Supply Monitor)
ID fbhnndogmpmjcmhepjehpoakdfecenen
Official URL https://chrome.google.com/webstore/detail/fbhnndogmpmjcmhepjehpoakdfecenen
Description An assistant for yeezysupply.com. It monitors for the latest drop and can assist in a speedy checkout.
File Size 15.56 KB
Installation Count 30
Current Version 0.5.0.0 blush
Last Updated 2018-04-12
Publish Date 2018-04-12
Rating 4.00/5 Total 1 Ratings
Developer wordoncode
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}