Intruder Notifications
Get notifications and information about Intruder and its servers.
Cos'è Intruder Notifications?
Intruder Notifications è un'estensione di Chrome sviluppata da https://intruderfps.com, e la sua funzione principale è "Get notifications and information about Intruder and its servers.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Intruder Notifications
Scarica i file di estensione Intruder Notifications in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Intruder Notifications |
ID | aoebpknpfcepopfgnbnikaipjeekalim |
URL Ufficiale | https://chromewebstore.google.com/detail/intruder-notifications/aoebpknpfcepopfgnbnikaipjeekalim |
Descrizione | Get notifications and information about Intruder and its servers. |
Dimensione del File | 210 KB |
Conteggio Installazioni | 282 |
Versione Corrente | 2.0.2 |
Ultimo Aggiornamento | 2020-09-17 |
Data di Pubblicazione | 2018-07-08 |
Valutazione | 5.00/5 Totale 14 Valutazioni |
Sviluppatore | https://intruderfps.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://IntruderFPS.com |
URL della Pagina di Aiuto | https://superbossgames.com/chat |
Lingue Supportate | 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'" } |