YS Loopy (Yeezy Supply Monitor)
An assistant for yeezysupply.com. It monitors for the latest drop and can assist in a speedy checkout.
Apa itu YS Loopy (Yeezy Supply Monitor)?
YS Loopy (Yeezy Supply Monitor) adalah ekstensi Chrome yang dikembangkan oleh wordoncode, dan fitur utamanya adalah "An assistant for yeezysupply.com. It monitors for the latest drop and can assist in a speedy checkout.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YS Loopy (Yeezy Supply Monitor)
Unduh file ekstensi YS Loopy (Yeezy Supply Monitor) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | fbhnndogmpmjcmhepjehpoakdfecenen |
URL Resmi | https://chrome.google.com/webstore/detail/fbhnndogmpmjcmhepjehpoakdfecenen |
Deskripsi | An assistant for yeezysupply.com. It monitors for the latest drop and can assist in a speedy checkout. |
Ukuran File | 15.56 KB |
Jumlah Instalasi | 30 |
Versi Saat Ini | 0.5.0.0 blush |
Terakhir Diperbarui | 2018-04-12 |
Tanggal Publikasi | 2018-04-12 |
Penilaian | 4.00/5 Total 1 Penilaian |
Pengembang | wordoncode |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |