YS Loopy (Yeezy Supply Monitor)
An assistant for yeezysupply.com. It monitors for the latest drop and can assist in a speedy checkout.
Co to jest YS Loopy (Yeezy Supply Monitor)?
YS Loopy (Yeezy Supply Monitor) to rozszerzenie Chrome opracowane przez wordoncode, a jego główną funkcją jest „An assistant for yeezysupply.com. It monitors for the latest drop and can assist in a speedy checkout.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YS Loopy (Yeezy Supply Monitor)
Pobierz pliki rozszerzeń YS Loopy (Yeezy Supply Monitor) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fbhnndogmpmjcmhepjehpoakdfecenen |
Oficjalny URL | https://chrome.google.com/webstore/detail/fbhnndogmpmjcmhepjehpoakdfecenen |
Opis | An assistant for yeezysupply.com. It monitors for the latest drop and can assist in a speedy checkout. |
Rozmiar pliku | 15.56 KB |
Liczba instalacji | 30 |
Aktualna Wersja | 0.5.0.0 blush |
Ostatnia Aktualizacja | 2018-04-12 |
Data Publikacji | 2018-04-12 |
Ocena | 4.00/5 Łącznie 1 Oceny |
Deweloper | wordoncode |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |