Better Points

Integrate OBS into Twitch Channel Points.

O que é Better Points?

Better Points é uma extensão do Chrome desenvolvida por Better Scenes, e sua principal característica é "Integrate OBS into Twitch Channel Points.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Better Points

Baixe arquivos de extensão Better Points no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Better Points Better Points
ID ofekpeeegelmpohbbdnejfpalnalgkfg
URL Oficial https://chromewebstore.google.com/detail/better-points/ofekpeeegelmpohbbdnejfpalnalgkfg
Descrição Integrate OBS into Twitch Channel Points.
Tamanho do Arquivo 133 KB
Contagem de Instalações 598
Versão Atual 1.7.1
Última Atualização 2021-12-05
Data de Publicação 2020-06-14
Desenvolvedor Better Scenes
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://better-points.com
URL da Página de Ajuda http://discord.gg/HmNA7Sb
URL da Página de Política de Privacidade https://www.better-points.com/privacy.html
Idiomas Suportados 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"
    ]
}