Intruder Notifications
Get notifications and information about Intruder and its servers.
ما هو Intruder Notifications؟
Intruder Notifications هو إضافة Chrome تم تطويرها بواسطة https://intruderfps.com، والميزة الرئيسية لها هي "Get notifications and information about Intruder and its servers.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Intruder Notifications
قم بتنزيل ملفات الامتداد Intruder Notifications بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Get notifications and information about Intruder and its servers. See detailed views of each room and even join rooms from the extension! Customize how many players you want in a game before your notified and how often it checks. Badge icon also lets you know how many players are in-game at a glance.
معلومات أساسية عن التمديد
الاسم | Intruder Notifications |
ID | aoebpknpfcepopfgnbnikaipjeekalim |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/intruder-notifications/aoebpknpfcepopfgnbnikaipjeekalim |
الوصف | Get notifications and information about Intruder and its servers. |
حجم الملف | 210 KB |
عدد التثبيتات | 282 |
النسخة الحالية | 2.0.2 |
آخر تحديث | 2020-09-17 |
تاريخ النشر | 2018-07-08 |
تقييم | 5.00/5 مجموع تقييمات 14 |
المطور | https://intruderfps.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://IntruderFPS.com |
عنوان صفحة المساعدة | https://superbossgames.com/chat |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "homepage_url": "https:\/\/intruderfps.com\/", "description": "__MSG_extensionDescription__", "author": "Christopher Satchell", "default_locale": "en", "permissions": [ "notifications", "https:\/\/*.intruderfps.com\/", "idle", "storage" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_title": "__MSG_extensionName__", "default_icon": "icons\/128.png" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "version": "2.0.2", "content_security_policy": "script-src 'self' ; object-src 'self'" } |