Meepcity Notifier
The Official MeepCity Asset Notifier by Lag, Call23re and Badcc
Qu'est-ce que Meepcity Notifier ?
Meepcity Notifier est une extension Chrome développée par L2000, et sa fonction principale est "The Official MeepCity Asset Notifier by Lag, Call23re and Badcc".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Meepcity Notifier
Téléchargez les fichiers d'extension Meepcity Notifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | ofpgijjhegikanpcioonbllfnilmooaa |
URL Officiel | https://chromewebstore.google.com/detail/meepcity-notifier/ofpgijjhegikanpcioonbllfnilmooaa |
Description | The Official MeepCity Asset Notifier by Lag, Call23re and Badcc |
Taille du Fichier | 117 KB |
Nombre d'Installations | 56 |
Version Actuelle | 1.0.5 |
Dernière Mise à Jour | 2014-10-21 |
Date de Publication | 2014-10-21 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | L2000 |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |