Intruder Notifications

Get notifications and information about Intruder and its servers.

Wat is Intruder Notifications?

Intruder Notifications is een Chrome-extensie ontwikkeld door https://intruderfps.com, en de belangrijkste functie is "Get notifications and information about Intruder and its servers.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Intruder Notifications

Download Intruder Notifications-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Intruder Notifications Intruder Notifications
ID aoebpknpfcepopfgnbnikaipjeekalim
Officiële URL https://chromewebstore.google.com/detail/intruder-notifications/aoebpknpfcepopfgnbnikaipjeekalim
Beschrijving Get notifications and information about Intruder and its servers.
Bestandsgrootte 210 KB
Aantal Installaties 282
Huidige Versie 2.0.2
Laatst Bijgewerkt 2020-09-17
Publicatiedatum 2018-07-08
Beoordeling 5.00/5 Totaal 14 Beoordelingen
Ontwikkelaar https://intruderfps.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://IntruderFPS.com
Help Pagina-URL https://superbossgames.com/chat
Ondersteunde Talen 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'"
}