Meepcity Notifier
The Official MeepCity Asset Notifier by Lag, Call23re and Badcc
Vad är Meepcity Notifier?
Meepcity Notifier är en Chrome-tillägg utvecklad av L2000, och dess huvudfunktion är "The Official MeepCity Asset Notifier by Lag, Call23re and Badcc".
Tilläggsskärmbilder
Ladda ner Meepcity Notifier-förlängningens CRX-fil
Ladda ner Meepcity Notifier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | ofpgijjhegikanpcioonbllfnilmooaa |
Officiell webbadress | https://chromewebstore.google.com/detail/meepcity-notifier/ofpgijjhegikanpcioonbllfnilmooaa |
Beskrivning | The Official MeepCity Asset Notifier by Lag, Call23re and Badcc |
Filstorlek | 117 KB |
Antal Installationer | 56 |
Aktuell Version | 1.0.5 |
Senast Uppdaterad | 2014-10-21 |
Publiceringsdatum | 2014-10-21 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | L2000 |
Betalningssätt | free |
Stödda Språk | 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" ] } |