YS Loopy (Yeezy Supply Monitor)
An assistant for yeezysupply.com. It monitors for the latest drop and can assist in a speedy checkout.
Vad är YS Loopy (Yeezy Supply Monitor)?
YS Loopy (Yeezy Supply Monitor) är en Chrome-tillägg utvecklad av wordoncode, och dess huvudfunktion är "An assistant for yeezysupply.com. It monitors for the latest drop and can assist in a speedy checkout.".
Tilläggsskärmbilder
Ladda ner YS Loopy (Yeezy Supply Monitor)-förlängningens CRX-fil
Ladda ner YS Loopy (Yeezy Supply Monitor)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | fbhnndogmpmjcmhepjehpoakdfecenen |
Officiell webbadress | https://chrome.google.com/webstore/detail/fbhnndogmpmjcmhepjehpoakdfecenen |
Beskrivning | An assistant for yeezysupply.com. It monitors for the latest drop and can assist in a speedy checkout. |
Filstorlek | 15.56 KB |
Antal Installationer | 30 |
Aktuell Version | 0.5.0.0 blush |
Senast Uppdaterad | 2018-04-12 |
Publiceringsdatum | 2018-04-12 |
Betyg | 4.00/5 Totalt 1 Betyg |
Utvecklare | wordoncode |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |