Better Points

Integrate OBS into Twitch Channel Points.

Qu'est-ce que Better Points ?

Better Points est une extension Chrome développée par Better Scenes, et sa fonction principale est "Integrate OBS into Twitch Channel Points.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Better Points

Téléchargez les fichiers d'extension Better Points au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Better Points Better Points
ID ofekpeeegelmpohbbdnejfpalnalgkfg
URL Officiel https://chromewebstore.google.com/detail/better-points/ofekpeeegelmpohbbdnejfpalnalgkfg
Description Integrate OBS into Twitch Channel Points.
Taille du Fichier 133 KB
Nombre d'Installations 598
Version Actuelle 1.7.1
Dernière Mise à Jour 2021-12-05
Date de Publication 2020-06-14
Développeur Better Scenes
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://better-points.com
URL de la Page d'Aide http://discord.gg/HmNA7Sb
URL de la Page de Politique de Confidentialité https://www.better-points.com/privacy.html
Langues Prises en Charge 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"
    ]
}