Better Points

Integrate OBS into Twitch Channel Points.

Better Pointsคืออะไร?

Better Points เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Better Scenes และคุณลักษณะหลักของมันคือ "Integrate OBS into Twitch Channel Points."

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

screenshot
screenshot

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

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

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

                        Please Note: This extension is no longer supported, please check out the new version at https://dashboard.better-points.com/ for all of our latest features!

Please Note: A Twitch affiliate account is required

Channel Points 2.0:
Take your Twitch Channel Points to the next level by connecting them directly to OBS. Allow your viewers to trigger complex events that can change scenes and control scene items.

Deeply Integrated:
Built directly into the Channel Points page, Better Points makes it as simple as possible to integrate with both Twitch and OBS.

Simple Yet Powerful:
Simple, easy to understand settings that give you full control to create complex chains of events.                    

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

ชื่อ Better Points Better Points
ID ofekpeeegelmpohbbdnejfpalnalgkfg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/better-points/ofekpeeegelmpohbbdnejfpalnalgkfg
คำอธิบาย Integrate OBS into Twitch Channel Points.
ขนาดไฟล์ 133 KB
จำนวนการติดตั้ง 598
เวอร์ชันปัจจุบัน 1.7.1
อัปเดตครั้งล่าสุด 2021-12-05
วันที่เผยแพร่ 2020-06-14
ผู้พัฒนา Better Scenes
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://better-points.com
URL หน้าช่วยเหลือ http://discord.gg/HmNA7Sb
URL หน้านโยบายความเป็นส่วนตัว https://www.better-points.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better Points",
    "version": "1.7.1",
    "description": "Integrate OBS into Twitch Channel Points.",
    "icons": {
        "128": "[email protected]"
    },
    "permissions": [
        "downloads",
        "https:\/\/api.better-points.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "homepage_url": "https:\/\/www.better-points.com",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.twitch.tv\/popout\/*\/reward-queue"
            ],
            "js": [
                "obs-websocket.min.js",
                "jquery-3.4.1.min.js",
                "tooltipster.bundle.min.js",
                "bundle.js"
            ],
            "css": [
                "tooltipster.bundle.min.css",
                "tooltipster-sideTip-borderless.min.css",
                "bundle.css",
                "global.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "*.png",
        "*.svg"
    ]
}