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
公式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
Eメール [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"
    ]
}