Meepcity Notifier
The Official MeepCity Asset Notifier by Lag, Call23re and Badcc
¿Qué es Meepcity Notifier?
Meepcity Notifier es una extensión de Chrome desarrollada por L2000, y su función principal es "The Official MeepCity Asset Notifier by Lag, Call23re and Badcc".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Meepcity Notifier
Descarga archivos de extensión Meepcity Notifier en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | ofpgijjhegikanpcioonbllfnilmooaa |
URL Oficial | https://chromewebstore.google.com/detail/meepcity-notifier/ofpgijjhegikanpcioonbllfnilmooaa |
Descripción | The Official MeepCity Asset Notifier by Lag, Call23re and Badcc |
Tamaño del Archivo | 117 KB |
Cantidad de Instalaciones | 56 |
Versión Actual | 1.0.5 |
Última Actualización | 2014-10-21 |
Fecha de Publicación | 2014-10-21 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | L2000 |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |