Simple Chrome extension/Firefox addon that embeds https://www.youtube.com/@destiny/live into the https://www.destiny.gg/bigscreen, following the removal of it stipulated by Destiny's new contract with Kick.
A list of changes in each version are published here.
The easiest way to install the extension is through the Chrome Web Store.
If you don't want to use the Chrome Web Store, you can install the extension locally:
-
Prepare Your Extension Files: Make sure your extension's files (HTML, CSS, JavaScript, images, etc.) are properly organized in one directory. This includes the manifest.json file, which is necessary for the extension to work.
-
Open the Extension Management page: You can do this by clicking on the three dots at the top right corner of Chrome to open the menu, then go to More Tools > Extensions. Alternatively, you can type chrome://extensions/ in the address bar and hit enter.
-
Enable Developer Mode: On the Extensions page, at the top right corner, you will see a switch for Developer mode. Turn it on. This will enable more options for you.
-
Load Unpacked Extension: Once Developer mode is enabled, you'll see a few more buttons at the top left of the page. Click on the "Load unpacked" button.
-
Select Your Extension's Directory: A file dialog will open. Navigate to the directory where your extension files are, and click "Select." Make sure you select the directory itself, not an individual file.
After performing these steps, your extension should now be loaded and active in Chrome. You can see it listed at the top of the Extensions page, and depending on your extension's settings, it may also show up next to the address bar or in the Chrome menu.
The easiest way to install the extension is through the Firefox Add-ons.
If you don't want to use the Firefox Add-ons, you can install the extension locally:
-
Prepare Your Extension Files: Make sure your extension's files (HTML, CSS, JavaScript, images, etc.) are properly organized in one directory. This includes the manifest.json file, which is necessary for the extension to work.
-
Navigate to
about:debugging
- You can do this by typingabout:debugging
in the address bar and hit enter. -
Click the gear icon in the top right corner and select "debug add-ons".
-
Click "Load Temporary Add-on" in the top right corner. A file dialog will open. Navigate to the directory containing all the files in
firefox/
(that you downloaded from this repo), and select themanifest.json
file.
After performing these steps, your extension should now be loaded and active in Firefox. You can see it listed at the top of the Extensions page, and depending on your extension's settings, it may also show up next to the address bar or in the Firefox menu.