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. 扩展基本信息
| 名称 | |
| 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'"
} | |