Meepcity Notifier
The Official MeepCity Asset Notifier by Lag, Call23re and Badcc
Apa itu Meepcity Notifier?
Meepcity Notifier adalah ekstensi Chrome yang dikembangkan oleh L2000, dan fitur utamanya adalah "The Official MeepCity Asset Notifier by Lag, Call23re and Badcc".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Meepcity Notifier
Unduh file ekstensi Meepcity Notifier 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
This is the official MeepCity asset notifier, it checks for the newest items created on MeepCity. Extension created by Lag, Call23re, and Badcc. Uploading permission given to l2k. V1.0.4: Added notification sound which will alert when a new item is added
Informasi Dasar Ekstensi
Nama | |
ID | ofpgijjhegikanpcioonbllfnilmooaa |
URL Resmi | https://chromewebstore.google.com/detail/meepcity-notifier/ofpgijjhegikanpcioonbllfnilmooaa |
Deskripsi | The Official MeepCity Asset Notifier by Lag, Call23re and Badcc |
Ukuran File | 117 KB |
Jumlah Instalasi | 56 |
Versi Saat Ini | 1.0.5 |
Terakhir Diperbarui | 2014-10-21 |
Tanggal Publikasi | 2014-10-21 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | L2000 |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Meepcity Notifier", "description": "The Official MeepCity Asset Notifier by Lag, Call23re and Badcc", "version": "1.0.5", "permissions": [ "cookies", "notifications", "http:\/\/api.meepcity.com\/getShopAssets.php", "http:\/\/www.meepcity.com\/item.php?id=*", "https:\/\/c.meepcity.com\/avatars\/*" ], "background": { "scripts": [ "jquery.js", "background.js" ] }, "web_accessible_resources": [ "https:\/\/c.meepcity.com\/avatars\/*", "alert.mp3" ] } |