Intruder Notifications
Get notifications and information about Intruder and its servers.
Τι είναι το Intruder Notifications;
Το Intruder Notifications είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://intruderfps.com, και η κύρια λειτουργία του είναι "Get notifications and information about Intruder and its servers.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Intruder Notifications
Λήψη αρχείων επέκτασης Intruder Notifications σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Intruder Notifications |
ID | aoebpknpfcepopfgnbnikaipjeekalim |
Επίσημο URL | https://chromewebstore.google.com/detail/intruder-notifications/aoebpknpfcepopfgnbnikaipjeekalim |
Περιγραφή | Get notifications and information about Intruder and its servers. |
Μέγεθος Αρχείου | 210 KB |
Αριθμός Εγκαταστάσεων | 282 |
Τρέχουσα Έκδοση | 2.0.2 |
Τελευταία Ενημέρωση | 2020-09-17 |
Ημερομηνία Δημοσίευσης | 2018-07-08 |
Αξιολόγηση | 5.00/5 Συνολικά 14 Αξιολογήσεις |
Προγραμματιστής | https://intruderfps.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://IntruderFPS.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://superbossgames.com/chat |
Υποστηριζόμενες Γλώσσες | 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'" } |