Giter Site home page Giter Site logo

youtubechapters-ext's Introduction

Youtubechapters.app is used by thousands of people every month, this repo contains a Chrome extension that helps you quickly generate a summary. It'll take you to by youtube chapters page. The summary provides a overview of the video's content, allowing you to understand the main points without watching the entire video. You can copy the summary, copy only the chapters (if you leave it as a comment you'll get links), and you can share the summary link as well.

Also! If you want to use your own openai key call this for free.

curl --no-buffer -X 'POST' \
  'https://youtube-markdown.fly.dev/youtube_markdown'\
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer (openai-api-key)' \
  -d '{
  "use_cache": false,
  "url": "https://www.youtube.com/watch?v=QmOF0crdyRU&t=2s",
  "use_sse": false 
}'

Features

  • Adds a button to the Chrome toolbar, accessible when viewing a YouTube video.
  • One-click to open a new tab with a summary of the current YouTube video.
  • Automatically generates the summary using the magic URL: https://magic.jxnl.co/youtube?v=<videoId>.

Installation

Manual Installation

  1. Clone or download this repository to your local machine.
  2. Open Google Chrome and navigate to chrome://extensions/.
  3. Enable "Developer mode" by toggling the switch in the top right corner.
  4. Click "Load unpacked" and select the folder containing the YouTube Summarizer extension.
  5. The YouTube Summarizer extension should now be installed and visible in your Chrome toolbar.

Usage

  1. Visit a YouTube video page, such as https://www.youtube.com/watch?v=abcdefghijk.
  2. Click the YouTube Summarizer button in your Chrome toolbar.
  3. A new tab will open with the magic URL, e.g., https://magic.jxnl.co/youtube?v=abcdefghijk.
  4. View the generated summary of the YouTube video.

Contributing

Feel free to contribute to this project by submitting issues, feature requests, or pull requests.

youtubechapters-ext's People

Contributors

jxnl avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.