This is a simple Chrome extension I built to make it easier to access my JW Dashboard library/player. This extension allows you to grab video media ids, grab single line embeds urls, hls streams, player ids, etc.
-
Clone or download the folder
-
Navigate into the folder and run npm install in the terminal (make sure you have npm installed already https://www.npmjs.com/)
-
Create a secrets.js file and put it inside the "src" folder. The secrets.js file should look like:
export let apiKey = "API_KEY"
export let apiSecret = "API_SECRET" -
Run npm run build in the terminal
-
Go to Chrome and navigate to the Extensions tab
-
Enable Developer Mode (top right) and then click "Load Unpacked" and point to the "build" folder, which is created after step 4