Skip to content

Dawolee/dash-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

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.

Demo

Dash-Lite Demo

How to install

  1. Clone or download the folder

  2. Navigate into the folder and run npm install in the terminal (make sure you have npm installed already https://www.npmjs.com/)

  3. 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"

  4. Run npm run build in the terminal

  5. Go to Chrome and navigate to the Extensions tab

  6. Enable Developer Mode (top right) and then click "Load Unpacked" and point to the "build" folder, which is created after step 4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published