Intruder Notifications
Get notifications and information about Intruder and its servers.
什麼是Intruder Notifications?
Intruder Notifications是由https://intruderfps.com開發的Chrome擴展程式,該擴展的主要功能是“Get notifications and information about Intruder and its servers.”。
擴展截圖
下載Intruder Notifications擴展crx文件
下載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 |
官方網址 | 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'" } |