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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
URL страницы помощи | 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'" } |