aaronpk / live-chat-overlay

Restyle the YouTube "popout chat" window so you can key it over a video to show comments on a livestream
https://chrome.google.com/webstore/detail/live-chat-overlay/aplaefbnohemkmngdogmbkpompjlijia
150 stars 61 forks source link

The Extension does not give the URL to OBS due to an error HELP #21

Closed vimaesar closed 3 years ago

vimaesar commented 3 years ago

error live chat extension

Unrecognized manifest key 'browser_specific_settings'.

{ "name": "Live Chat Overlay", "description": "Restyle the YouTube popout chat so you can overlay it for livestreams", "manifest_version": 2, "version": "0.2.1", "homepage_url": "https://github.com/aaronpk/YouTube-Chat-Overlay", "icons": { "128": "icons/icon-128.png" }, "permissions": [ "https://youtube.com/", "https://www.youtube.com/", "https://studio.youtube.com/", "storage" ], "content_scripts": [{ "css": ["youtube.css"], "js": ["jquery.js", "youtube.js"], "matches": ["https://youtube.com/live_chat", "https://www.youtube.com/live_chat", "https://studio.youtube.com/live_chat"] }], "options_ui": { "page": "settings/options.html" }, "browser_specific_settings": { "gecko": { "id": "live-chat-overlay@aaronpk.tv", "strict_min_version": "80.0" }

Could you help me please?

aaronpk commented 3 years ago

This doesn't actually prevent anything from working as far as I can tell. This is a field that Firefox needs for the extension that google doesn't know about.

What happens when you try to get the overlay URL?

vimaesar commented 3 years ago

image I use Google Chrome

aaronpk commented 3 years ago

Thank you for the screenshot! I will fix this ASAP

aaronpk commented 3 years ago

This has been fixed in version 0.2.2 which is currently live! Thanks!

vimaesar commented 3 years ago

Thank you!!!

On Sat, Jul 3, 2021 at 8:50 AM Aaron Parecki @.***> wrote:

Closed #21 https://github.com/aaronpk/live-chat-overlay/issues/21.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/aaronpk/live-chat-overlay/issues/21#event-4974226351, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUWWQ6LAROSXQNQIJLSN4VLTV4IQVANCNFSM47XUP3GA .