Meepcity Notifier
The Official MeepCity Asset Notifier by Lag, Call23re and Badcc
Meepcity Notifier क्या है?
Meepcity Notifier L2000 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Official MeepCity Asset Notifier by Lag, Call23re and Badcc"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Meepcity Notifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ofpgijjhegikanpcioonbllfnilmooaa |
आधिकारिक URL | https://chromewebstore.google.com/detail/meepcity-notifier/ofpgijjhegikanpcioonbllfnilmooaa |
विवरण | The Official MeepCity Asset Notifier by Lag, Call23re and Badcc |
फ़ाइल का आकार | 117 KB |
स्थापना संख्या | 56 |
वर्तमान संस्करण | 1.0.5 |
अंतिम अपडेट | 2014-10-21 |
प्रकाशन तिथि | 2014-10-21 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | L2000 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } |