Intruder Notifications

Get notifications and information about Intruder and its servers.

Intruder Notificationsคืออะไร?

Intruder Notifications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://intruderfps.com และคุณลักษณะหลักของมันคือ "Get notifications and information about Intruder and its servers."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Intruder Notifications

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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'"
}