Intruder Notifications
Get notifications and information about Intruder and its servers.
What is Intruder Notifications?
Intruder Notifications is a Chrome extension developed by https://intruderfps.com, and its main feature is "Get notifications and information about Intruder and its servers.".
Extension Screenshots
Download Intruder Notifications Extension CRX File
Download Intruder Notifications extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Intruder Notifications |
ID | aoebpknpfcepopfgnbnikaipjeekalim |
Official URL | https://chromewebstore.google.com/detail/intruder-notifications/aoebpknpfcepopfgnbnikaipjeekalim |
Description | Get notifications and information about Intruder and its servers. |
File Size | 210 KB |
Installation Count | 282 |
Current Version | 2.0.2 |
Last Updated | 2020-09-17 |
Publish Date | 2018-07-08 |
Rating | 5.00/5 Total 14 Ratings |
Developer | https://intruderfps.com |
[email protected] | |
Payment Type | free |
Extension Website | https://IntruderFPS.com |
Help Page URL | https://superbossgames.com/chat |
Supported Languages | 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'" } |