Intruder Notifications

Get notifications and information about Intruder and its servers.

¿Qué es Intruder Notifications?

Intruder Notifications es una extensión de Chrome desarrollada por https://intruderfps.com, y su función principal es "Get notifications and information about Intruder and its servers.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Intruder Notifications

Descarga archivos de extensión Intruder Notifications en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Intruder Notifications Intruder Notifications
ID aoebpknpfcepopfgnbnikaipjeekalim
URL Oficial https://chromewebstore.google.com/detail/intruder-notifications/aoebpknpfcepopfgnbnikaipjeekalim
Descripción Get notifications and information about Intruder and its servers.
Tamaño del Archivo 210 KB
Cantidad de Instalaciones 282
Versión Actual 2.0.2
Última Actualización 2020-09-17
Fecha de Publicación 2018-07-08
Calificación 5.00/5 Total de 14 Calificaciones
Desarrollador https://intruderfps.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://IntruderFPS.com
URL de la Página de Ayuda https://superbossgames.com/chat
Idiomas Soportados 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'"
}