[PR #1344] feat: Create Chrome extension for Cobalt video downloader #1382

Open
opened 2025-11-09 10:11:52 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/1344
Author: @d3f4ultt
Created: 6/11/2025
Status: 🔄 Open

Base: mainHead: cobalt-sidepanel-extension


📝 Commits (2)

  • 42f2bbf feat: Create Chrome extension for Cobalt video downloader
  • 5d20664 Merge branch 'imputnet:main' into cobalt-sidepanel-extension

📊 Changes

7 files changed (+110 additions, -0 deletions)

View changed files

images/icon128.png (+0 -0)
images/icon16.png (+0 -0)
images/icon48.png (+0 -0)
manifest.json (+20 -0)
sidepanel.css (+44 -0)
sidepanel.html (+15 -0)
sidepanel.js (+31 -0)

📄 Description

This commit introduces a Chrome extension that provides a side panel interface to facilitate video downloads using Cobalt.

Key features:

  • A side panel UI with an input field for video URLs and a download button.
  • Redirects you to the Cobalt website (cobalt.tools) with the video URL for processing.
  • Basic URL validation and error handling for your input.
  • Includes necessary manifest.json, HTML, CSS, and JavaScript files.
  • Placeholder icons are included.

The extension allows you to quickly send video URLs to Cobalt directly from your browser's side panel.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/imputnet/cobalt/pull/1344 **Author:** [@d3f4ultt](https://github.com/d3f4ultt) **Created:** 6/11/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `cobalt-sidepanel-extension` --- ### 📝 Commits (2) - [`42f2bbf`](https://github.com/imputnet/cobalt/commit/42f2bbf6a6093e35810b4dd943761f4087298b2e) feat: Create Chrome extension for Cobalt video downloader - [`5d20664`](https://github.com/imputnet/cobalt/commit/5d20664eb0900ce2b768b10262e788ad65f40b7a) Merge branch 'imputnet:main' into cobalt-sidepanel-extension ### 📊 Changes **7 files changed** (+110 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `images/icon128.png` (+0 -0) ➕ `images/icon16.png` (+0 -0) ➕ `images/icon48.png` (+0 -0) ➕ `manifest.json` (+20 -0) ➕ `sidepanel.css` (+44 -0) ➕ `sidepanel.html` (+15 -0) ➕ `sidepanel.js` (+31 -0) </details> ### 📄 Description This commit introduces a Chrome extension that provides a side panel interface to facilitate video downloads using Cobalt. Key features: - A side panel UI with an input field for video URLs and a download button. - Redirects you to the Cobalt website (cobalt.tools) with the video URL for processing. - Basic URL validation and error handling for your input. - Includes necessary manifest.json, HTML, CSS, and JavaScript files. - Placeholder icons are included. The extension allows you to quickly send video URLs to Cobalt directly from your browser's side panel. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-09 10:11:52 -06:00
Sign in to join this conversation.