Intruder Notifications
Get notifications and information about Intruder and its servers.
Apa itu Intruder Notifications?
Intruder Notifications adalah ekstensi Chrome yang dikembangkan oleh https://intruderfps.com, dan fitur utamanya adalah "Get notifications and information about Intruder and its servers.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Intruder Notifications
Unduh file ekstensi Intruder Notifications dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Intruder Notifications |
ID | aoebpknpfcepopfgnbnikaipjeekalim |
URL Resmi | https://chromewebstore.google.com/detail/intruder-notifications/aoebpknpfcepopfgnbnikaipjeekalim |
Deskripsi | Get notifications and information about Intruder and its servers. |
Ukuran File | 210 KB |
Jumlah Instalasi | 282 |
Versi Saat Ini | 2.0.2 |
Terakhir Diperbarui | 2020-09-17 |
Tanggal Publikasi | 2018-07-08 |
Penilaian | 5.00/5 Total 14 Penilaian |
Pengembang | https://intruderfps.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://IntruderFPS.com |
URL Halaman Bantuan | https://superbossgames.com/chat |
Bahasa yang Didukung | 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'" } |