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.」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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'"
}