YS Loopy (Yeezy Supply Monitor)

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

Was ist YS Loopy (Yeezy Supply Monitor)?

YS Loopy (Yeezy Supply Monitor) ist eine Chrome-Erweiterung, die von wordoncode entwickelt wurde, und ihr Hauptmerkmal ist "An assistant for yeezysupply.com. It monitors for the latest drop and can assist in a speedy checkout.".

Erweiterungsscreenshots

screenshot

YS Loopy (Yeezy Supply Monitor)-Erweiterungs-CRX-Datei herunterladen

Laden Sie YS Loopy (Yeezy Supply Monitor)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name YS Loopy (Yeezy Supply Monitor) YS Loopy (Yeezy Supply Monitor)
ID fbhnndogmpmjcmhepjehpoakdfecenen
Offizielle URL https://chrome.google.com/webstore/detail/fbhnndogmpmjcmhepjehpoakdfecenen
Beschreibung An assistant for yeezysupply.com. It monitors for the latest drop and can assist in a speedy checkout.
Dateigröße 15.56 KB
Installationsanzahl 30
Aktuelle Version 0.5.0.0 blush
Letztes Update 2018-04-12
Veröffentlichungsdatum 2018-04-12
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler wordoncode
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}