Intruder Notifications
Get notifications and information about Intruder and its servers.
Vad är Intruder Notifications?
Intruder Notifications är en Chrome-tillägg utvecklad av https://intruderfps.com, och dess huvudfunktion är "Get notifications and information about Intruder and its servers.".
Tilläggsskärmbilder
Ladda ner Intruder Notifications-förlängningens CRX-fil
Ladda ner Intruder Notifications-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Intruder Notifications |
ID | aoebpknpfcepopfgnbnikaipjeekalim |
Officiell webbadress | https://chromewebstore.google.com/detail/intruder-notifications/aoebpknpfcepopfgnbnikaipjeekalim |
Beskrivning | Get notifications and information about Intruder and its servers. |
Filstorlek | 210 KB |
Antal Installationer | 282 |
Aktuell Version | 2.0.2 |
Senast Uppdaterad | 2020-09-17 |
Publiceringsdatum | 2018-07-08 |
Betyg | 5.00/5 Totalt 14 Betyg |
Utvecklare | https://intruderfps.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://IntruderFPS.com |
Hjälpsida URL | https://superbossgames.com/chat |
Stödda Språk | 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'" } |