Intruder Notifications
Get notifications and information about Intruder and its servers.
Co je Intruder Notifications?
Intruder Notifications je rozšíření Chrome vyvinuté https://intruderfps.com, a jeho hlavní funkcí je „Get notifications and information about Intruder and its servers.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Intruder Notifications
Stáhněte si soubory rozšíření Intruder Notifications ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Intruder Notifications |
ID | aoebpknpfcepopfgnbnikaipjeekalim |
Oficiální URL | https://chromewebstore.google.com/detail/intruder-notifications/aoebpknpfcepopfgnbnikaipjeekalim |
Popis | Get notifications and information about Intruder and its servers. |
Velikost souboru | 210 KB |
Počet instalací | 282 |
Aktuální Verze | 2.0.2 |
Poslední Aktualizace | 2020-09-17 |
Datum Vydání | 2018-07-08 |
Hodnocení | 5.00/5 Celkem 14 Hodnocení |
Vývojář | https://intruderfps.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://IntruderFPS.com |
URL Stránky Nápovědy | https://superbossgames.com/chat |
Podporované Jazyky | 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'" } |