Intruder Notifications

Get notifications and information about Intruder and its servers.

Intruder Notifications là gì?

Intruder Notifications là một tiện ích mở rộng Chrome được phát triển bởi https://intruderfps.com, và tính năng chính của nó là "Get notifications and information about Intruder and its servers.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Intruder Notifications

Tải xuống các tệp mở rộng Intruder Notifications dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Intruder Notifications Intruder Notifications
ID aoebpknpfcepopfgnbnikaipjeekalim
URL Chính Thức https://chromewebstore.google.com/detail/intruder-notifications/aoebpknpfcepopfgnbnikaipjeekalim
Mô tả Get notifications and information about Intruder and its servers.
Kích Thước Tệp 210 KB
Số Lần Cài Đặt 282
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2020-09-17
Ngày Phát Hành 2018-07-08
Đánh Giá 5.00/5 Tổng số 14 Đánh Giá
Nhà Phát Triển https://intruderfps.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://IntruderFPS.com
URL Trang Trợ Giúp https://superbossgames.com/chat
Ngôn Ngữ Được Hỗ Trợ 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'"
}