Better Points
Integrate OBS into Twitch Channel Points.
什么是Better Points?
Better Points是由Better Scenes开发的Chrome扩展程序,该扩展的主要功能是“Integrate OBS into Twitch Channel Points.”。
扩展截图
下载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 |
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" ] } |