Meepcity Notifier
The Official MeepCity Asset Notifier by Lag, Call23re and Badcc
Cos'è Meepcity Notifier?
Meepcity Notifier è un'estensione di Chrome sviluppata da L2000, e la sua funzione principale è "The Official MeepCity Asset Notifier by Lag, Call23re and Badcc".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Meepcity Notifier
Scarica i file di estensione Meepcity Notifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | ofpgijjhegikanpcioonbllfnilmooaa |
URL Ufficiale | https://chromewebstore.google.com/detail/meepcity-notifier/ofpgijjhegikanpcioonbllfnilmooaa |
Descrizione | The Official MeepCity Asset Notifier by Lag, Call23re and Badcc |
Dimensione del File | 117 KB |
Conteggio Installazioni | 56 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2014-10-21 |
Data di Pubblicazione | 2014-10-21 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | L2000 |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |