Meepcity Notifier
The Official MeepCity Asset Notifier by Lag, Call23re and Badcc
ما هو Meepcity Notifier؟
Meepcity Notifier هو إضافة Chrome تم تطويرها بواسطة L2000، والميزة الرئيسية لها هي "The Official MeepCity Asset Notifier by Lag, Call23re and Badcc".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Meepcity Notifier
قم بتنزيل ملفات الامتداد Meepcity Notifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" ] } |