Intruder Notifications

Get notifications and information about Intruder and its servers.

Was ist Intruder Notifications?

Intruder Notifications ist eine Chrome-Erweiterung, die von https://intruderfps.com entwickelt wurde, und ihr Hauptmerkmal ist "Get notifications and information about Intruder and its servers.".

Erweiterungsscreenshots

screenshot

Intruder Notifications-Erweiterungs-CRX-Datei herunterladen

Laden Sie Intruder Notifications-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Intruder Notifications Intruder Notifications
ID aoebpknpfcepopfgnbnikaipjeekalim
Offizielle URL https://chromewebstore.google.com/detail/intruder-notifications/aoebpknpfcepopfgnbnikaipjeekalim
Beschreibung Get notifications and information about Intruder and its servers.
Dateigröße 210 KB
Installationsanzahl 282
Aktuelle Version 2.0.2
Letztes Update 2020-09-17
Veröffentlichungsdatum 2018-07-08
Bewertung 5.00/5 Insgesamt 14 Bewertungen
Entwickler https://intruderfps.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://IntruderFPS.com
Hilfeseite URL https://superbossgames.com/chat
Unterstützte Sprachen 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'"
}