Meepcity Notifier
The Official MeepCity Asset Notifier by Lag, Call23re and Badcc
Hvad er Meepcity Notifier?
Meepcity Notifier er en Chrome-udvidelse udviklet af L2000, og dens hovedfunktion er "The Official MeepCity Asset Notifier by Lag, Call23re and Badcc".
Udvidelsesskærmbilleder
Download Meepcity Notifier-udvidelses-CRX-fil
Download Meepcity Notifier-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ofpgijjhegikanpcioonbllfnilmooaa |
Officiel URL | https://chromewebstore.google.com/detail/meepcity-notifier/ofpgijjhegikanpcioonbllfnilmooaa |
Beskrivelse | The Official MeepCity Asset Notifier by Lag, Call23re and Badcc |
Filstørrelse | 117 KB |
Antal Installationer | 56 |
Nuværende Version | 1.0.5 |
Senest Opdateret | 2014-10-21 |
Udgivelsesdato | 2014-10-21 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | L2000 |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |