Intruder Notifications
Get notifications and information about Intruder and its servers.
Qu'est-ce que Intruder Notifications ?
Intruder Notifications est une extension Chrome développée par https://intruderfps.com, et sa fonction principale est "Get notifications and information about Intruder and its servers.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Intruder Notifications
Téléchargez les fichiers d'extension Intruder Notifications au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Intruder Notifications |
ID | aoebpknpfcepopfgnbnikaipjeekalim |
URL Officiel | https://chromewebstore.google.com/detail/intruder-notifications/aoebpknpfcepopfgnbnikaipjeekalim |
Description | Get notifications and information about Intruder and its servers. |
Taille du Fichier | 210 KB |
Nombre d'Installations | 282 |
Version Actuelle | 2.0.2 |
Dernière Mise à Jour | 2020-09-17 |
Date de Publication | 2018-07-08 |
Évaluation | 5.00/5 Total 14 Évaluations |
Développeur | https://intruderfps.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://IntruderFPS.com |
URL de la Page d'Aide | https://superbossgames.com/chat |
Langues Prises en Charge | 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'" } |