YS Loopy (Yeezy Supply Monitor)

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

Qu'est-ce que YS Loopy (Yeezy Supply Monitor) ?

YS Loopy (Yeezy Supply Monitor) est une extension Chrome développée par wordoncode, et sa fonction principale est "An assistant for yeezysupply.com. It monitors for the latest drop and can assist in a speedy checkout.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension YS Loopy (Yeezy Supply Monitor)

Téléchargez les fichiers d'extension YS Loopy (Yeezy Supply Monitor) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom YS Loopy (Yeezy Supply Monitor) YS Loopy (Yeezy Supply Monitor)
ID fbhnndogmpmjcmhepjehpoakdfecenen
URL Officiel 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.
Taille du Fichier 15.56 KB
Nombre d'Installations 30
Version Actuelle 0.5.0.0 blush
Dernière Mise à Jour 2018-04-12
Date de Publication 2018-04-12
Évaluation 4.00/5 Total 1 Évaluations
Développeur wordoncode
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}