Skip to content

Commit 8aac05e

Browse files
committed
blaze stream
1 parent 80fdcb9 commit 8aac05e

7 files changed

Lines changed: 444 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ Much more than just an overlay - Social Stream Ninja is a complete chat ecosyste
235235
- versus.cam (test chat page at https://versus.cam/?testchat)
236236
- patreon
237237
- velora.tv (no popup; just channel watch page)
238+
- blaze.stream (no popup; just channel watch page)
238239

239240
There are additional sites supported, but not listed; refer to the sources folder for a more complete listing.
240241

docs/js/sites.js

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,18 @@ document.addEventListener('DOMContentLoaded', function() {
553553
<li>Just pause the video while keeping the chat open</li>
554554
</ul>
555555
`
556+
},
557+
{
558+
name: 'Blaze.stream',
559+
icon: 'blaze.png',
560+
description: 'Live streaming platform.',
561+
type: 'standard',
562+
instructions: `
563+
<ul>
564+
<li>No pop out chat support</li>
565+
<li>Just pause the video while keeping the chat open</li>
566+
</ul>
567+
`
556568
},
557569
{
558570
name: 'BandLab',
@@ -1339,6 +1351,17 @@ document.addEventListener('DOMContentLoaded', function() {
13391351
</ul>
13401352
`
13411353
},
1354+
{
1355+
name: 'Blaze',
1356+
icon: 'blaze.png',
1357+
description: 'Social streaming platform.',
1358+
type: 'standard',
1359+
instructions: `
1360+
<ul>
1361+
<li>URL: https://blaze.stream/*</li>
1362+
</ul>
1363+
`
1364+
},
13421365
{
13431366
name: 'Versus.cam',
13441367
icon: 'versuscam.png',

landing.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,7 @@ <h3 id="supported-sites">Supported sites [archived support list]:</h3>
470470
<li>stageTEN.tv</li>
471471
<li>live.vkplay.ru (was vkplay.live) - pop out the chat</li>
472472
<li>arena.tv (no pop out chat support, so just pause the video I guess)</li>
473+
<li>blaze.stream (no pop out chat support, so just pause the video I guess)</li>
473474
<li>bandlab.com (no pop out, so just pause the video I guess while chat open)</li>
474475
<li>threads.net (a little funky star icon, right of the share icon, will select thread to push to dock)</li>
475476
<li>floatplane.com (pop out chat; gotta keep the main window still open though? annoying..)</li>

manifest.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Social Stream Ninja",
33
"description": "Powerful tooling to engage live chat on Youtube, Twitch, Zoom, and more.",
44
"manifest_version": 3,
5-
"version": "3.39.1",
5+
"version": "3.39.2",
66
"homepage_url": "http://socialstream.ninja/",
77
"browser_specific_settings": {
88
"gecko": {
@@ -61,6 +61,7 @@
6161
"https://whop.com/*",
6262
"https://zap.stream/*",
6363
"https://www.bigo.tv/*",
64+
"https://blaze.stream/*",
6465
"https://claude.ai/*",
6566
"https://lfg.tv/*",
6667
"https://*.patreon.com/*",
@@ -300,6 +301,10 @@
300301
{
301302
"js": [ "./sources/cherrytv.js" ],
302303
"matches": [ "https://cherry.tv/*" ]
304+
},
305+
{
306+
"js": [ "./sources/blaze.js" ],
307+
"matches": [ "https://blaze.stream/*" ]
303308
},
304309
{
305310
"js": [ "./sources/velora.js" ],

seo.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ Social Stream Ninja supports capturing live chat from a wide range of platforms:
398398
- **StageTEN.tv**
399399
- **Live.vkplay.ru**
400400
- **Arena.tv**
401+
- **Blaze.stream**
401402
- **Bandlab.com**
402403
- **Threads.net**
403404
- **Floatplane.com**

0 commit comments

Comments
 (0)