Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/venondev/isisplaynext
Chrome Extension which adds a "Play Next" Button to isis lectures
https://github.com/venondev/isisplaynext
chrome-extension javascript
Last synced: 12 days ago
JSON representation
Chrome Extension which adds a "Play Next" Button to isis lectures
- Host: GitHub
- URL: https://github.com/venondev/isisplaynext
- Owner: venondev
- Created: 2020-04-22T20:43:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:23:58.000Z (almost 2 years ago)
- Last Synced: 2023-08-05T08:11:19.793Z (over 1 year ago)
- Topics: chrome-extension, javascript
- Language: JavaScript
- Homepage:
- Size: 509 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PlayNextIsis
Chrome extension which adds a "Play Next" button to isis lectures.
## Install
1. Clone the repository
```
git clone [email protected]:venondev/IsisPlayNext.git
cd IsisPlayNext
```2. Install dependencies
```
yarn install
```3. Build the extension
```
yarn build
```4. Load the dist folder in Chrome
https://support.google.com/chrome/a/answer/2714278?hl=de
## Limitations
As the videos are not uploaded in the correct order in some modules, the extension
figures out the order by parsing the video title. As these are different per module,
this needs to be configured per module (See "src/config.json").If you want to add your support for new modules, please open a PR and edit the config.
## How it works
When you visit the lecture overview page, all available videos get sorted and the keys
gets extracted. After clicking on a video, the key from that video gets extracted and
the extension looks up the next element in the sorted list after the key.