Better Points

Integrate OBS into Twitch Channel Points.

什麼是Better Points?

Better Points是由Better Scenes開發的Chrome擴展程式,該擴展的主要功能是“Integrate OBS into Twitch Channel Points.”。

擴展截圖

screenshot
screenshot

下載Better Points擴展crx文件

下載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
官方網址 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"
    ]
}