Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aoirint/youtube_metadata_extension
- Owner: aoirint
- License: unlicense
- Created: 2023-08-05T03:23:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-09T10:20:34.000Z (7 months ago)
- Last Synced: 2024-06-09T11:27:13.890Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```