YS Loopy (Yeezy Supply Monitor)
An assistant for yeezysupply.com. It monitors for the latest drop and can assist in a speedy checkout.
Cos'è YS Loopy (Yeezy Supply Monitor)?
YS Loopy (Yeezy Supply Monitor) è un'estensione di Chrome sviluppata da wordoncode, e la sua funzione principale è "An assistant for yeezysupply.com. It monitors for the latest drop and can assist in a speedy checkout.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YS Loopy (Yeezy Supply Monitor)
Scarica i file di estensione YS Loopy (Yeezy Supply Monitor) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | fbhnndogmpmjcmhepjehpoakdfecenen |
URL Ufficiale | https://chrome.google.com/webstore/detail/fbhnndogmpmjcmhepjehpoakdfecenen |
Descrizione | An assistant for yeezysupply.com. It monitors for the latest drop and can assist in a speedy checkout. |
Dimensione del File | 15.56 KB |
Conteggio Installazioni | 30 |
Versione Corrente | 0.5.0.0 blush |
Ultimo Aggiornamento | 2018-04-12 |
Data di Pubblicazione | 2018-04-12 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | wordoncode |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |