Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aoirint/youtube_metadata_extension

Chrome extension to extract YouTube Video/Live metadata
https://github.com/aoirint/youtube_metadata_extension

Last synced: about 1 month ago
JSON representation

Chrome extension to extract YouTube Video/Live metadata

Awesome Lists containing this project

README

        

# YouTube Metadata Extension

## Development environment

- Node 20
- npm 10
- Google Chrome 120

## Build

```shell
npm run build
```

Add `dist/` directory to your browser as the unpackaged browser extension.

## Code format

```shell
npm run lint
npm run format
```