Better Points
Integrate OBS into Twitch Channel Points.
Better Points क्या है?
Better Points Better Scenes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Integrate OBS into Twitch Channel Points."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Better Points एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |