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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}