TagPro Alerts
Alerts other TagPro players that you are playing and sends you an alert when others begin to play.
ما هو TagPro Alerts؟
TagPro Alerts هو إضافة Chrome تم تطويرها بواسطة https://tagpro.koalabeast.com، والميزة الرئيسية لها هي "Alerts other TagPro players that you are playing and sends you an alert when others begin to play.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TagPro Alerts
قم بتنزيل ملفات الامتداد TagPro Alerts بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
To play TagPro, get the Chrome app: https://chrome.google.com/webstore/detail/tagpro-capture-the-flag/bommelfnddjcbmbcfhmhjikpfphlebjh Or visit this website: http://tagpro.koalabeast.com
معلومات أساسية عن التمديد
الاسم | TagPro Alerts |
ID | jegbbobiocmflmjibcapeakhbjddebmj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tagpro-alerts/jegbbobiocmflmjibcapeakhbjddebmj |
الوصف | Alerts other TagPro players that you are playing and sends you an alert when others begin to play. |
حجم الملف | 18.7 KB |
عدد التثبيتات | 98 |
النسخة الحالية | 1.2 |
آخر تحديث | 2013-08-15 |
تاريخ النشر | 2013-08-15 |
تقييم | 5.00/5 مجموع تقييمات 19 |
المطور | https://tagpro.koalabeast.com |
نوع الدفع | free |
موقع الإضافة | http://tagpro.koalabeast.com |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TagPro Alerts", "options_page": "options.html", "version": "1.2", "manifest_version": 2, "description": "Alerts other TagPro players that you are playing and sends you an alert when others begin to play.", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "monitor.js" ] }, "permissions": [ "http:\/\/tagpro.koalabeast.com\/", "background", "notifications" ], "web_accessible_resources": [ "icon.png", "notification.js", "notification.css" ] } |