Chat Room Popup Tool

Let you to add a Chat Room Popup on Twitch or YouTube live video, even in fullscreen mode.

Chat Room Popup Toolคืออะไร?

Chat Room Popup Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://martin605.github.io และคุณลักษณะหลักของมันคือ "Let you to add a Chat Room Popup on Twitch or YouTube live video, even in fullscreen mode."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chat Room Popup Tool

ดาวน์โหลดไฟล์ส่วนขยาย Chat Room Popup Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Live Chat Popup can let you add a Chat Room Popup on Twitch or YouTube live video, even in full screen mode.

Support live type:
>Twitch
  -Live
>YouTube
  -Live
  -Premieres                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Chat Room Popup Tool Chat Room Popup Tool
ID ghjbfgalckfjahifekchinpjelfeiokk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chat-room-popup-tool/ghjbfgalckfjahifekchinpjelfeiokk
คำอธิบาย Let you to add a Chat Room Popup on Twitch or YouTube live video, even in fullscreen mode.
ขนาดไฟล์ 83.81 KB
จำนวนการติดตั้ง 856
เวอร์ชันปัจจุบัน 1.3.1
อัปเดตครั้งล่าสุด 2021-12-05
วันที่เผยแพร่ 2020-06-13
คะแนน 3.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://martin605.github.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://martin605.github.io/Live-Chat-Popup/
URL หน้าช่วยเหลือ https://martin605.github.io/Live-Chat-Popup/?tab=help
ภาษาที่รองรับ en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.3.1",
    "author": "Martin",
    "default_locale": "en",
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icon\/icon.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "setting.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "js\/execute.js",
                "js\/jquery-3.5.1.min.js"
            ]
        }
    ]
}