YS Loopy (Yeezy Supply Monitor)
An assistant for yeezysupply.com. It monitors for the latest drop and can assist in a speedy checkout.
Co je YS Loopy (Yeezy Supply Monitor)?
YS Loopy (Yeezy Supply Monitor) je rozšíření Chrome vyvinuté wordoncode, a jeho hlavní funkcí je „An assistant for yeezysupply.com. It monitors for the latest drop and can assist in a speedy checkout.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření YS Loopy (Yeezy Supply Monitor)
Stáhněte si soubory rozšíření YS Loopy (Yeezy Supply Monitor) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | |
ID | fbhnndogmpmjcmhepjehpoakdfecenen |
Oficiální URL | https://chrome.google.com/webstore/detail/fbhnndogmpmjcmhepjehpoakdfecenen |
Popis | An assistant for yeezysupply.com. It monitors for the latest drop and can assist in a speedy checkout. |
Velikost souboru | 15.56 KB |
Počet instalací | 30 |
Aktuální Verze | 0.5.0.0 blush |
Poslední Aktualizace | 2018-04-12 |
Datum Vydání | 2018-04-12 |
Hodnocení | 4.00/5 Celkem 1 Hodnocení |
Vývojář | wordoncode |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |