dineshkhadka /
stratus
A clean and simple new tab page
71/100 healthLoading repository data…
MrPanda009 / repository
A simple and lightweight browser extension for Chrome and Firefox that lets you search and jump through YouTube playlists with ease. Instantly highlights matching videos and includes a handy "Load all" button to load long playlists automatically!
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A lightweight, 100% open-source browser extension for Google Chrome and Mozilla Firefox that injects a powerful, real-time search and navigation interface directly into YouTube playlists. Find any video instantly in playlists of any size.
200 / ~500).< and > buttons or by pressing Enter on the search input, with smooth scroll positioning to bring matches to center screen.chrome://extensions/.Selected from shared topics, language and repository description—not editorial ratings.
dineshkhadka /
A clean and simple new tab page
71/100 healthAliAlmasi /
A simple template to develop Chrome and Firefox extension with React+Vite
46/100 healthmanifest.json.about:debugging#/runtime/this-firefox.manifest.json file in the project folder.https://www.youtube.com/playlist?list=...) or watch a video inside a playlist.Enter or click the < / > buttons to jump seamlessly between matching videos.The extension is designed to run natively in both Google Chrome and Mozilla Firefox. To guarantee seamless compatibility, we maintain an automated packaging utility that generates browser-specific variants:
.zip file utilizing a Manifest V3 background service worker (background.service_worker) and stripped of Firefox gecko headers. This is the exact format required for submission to the Chrome Web Store..xpi (XPInstall) file using Manifest V3 event scripts (background.scripts) and including the required Gecko extension ID. This is fully ready to be installed directly in Firefox or submitted to the Firefox Add-ons portal.To generate both extension packages on your local machine:
zip installed (default on macOS and most Linux distributions).npm install
npm run package
Upon completion, a dist/ directory will be created containing the optimized packages:
dist/yt-playlist-search-chrome.zip - Ready for Google Chrome / Chromium.dist/yt-playlist-search-firefox.xpi - Ready for Mozilla Firefox.dist/yt-playlist-search-chrome.zip, go to chrome://extensions/, enable Developer Mode, and click Load unpacked targeting the extracted directory.about:debugging#/runtime/this-firefox, click Load Temporary Add-on..., and select the dist/yt-playlist-search-firefox.xpi file directly.A automated GitHub Actions workflow is pre-configured in this repository. Whenever you create and publish a new GitHub Release:
.zip and Firefox .xpi formats.gh) to securely upload both files directly to the published release.These packages will instantly appear under the Releases section of your repository, making it easy for users to download and install them manually!
yt-playlist-search/
├── manifest.json # Extension metadata, match patterns, and gecko settings
├── content.js # Core DOM queries, auto-loader, and search algorithm
├── style.css # Premium sticky layouts, inline wrappers, and animations
├── background.js # Background service worker for extension lifecycle events
├── options.html # Premium settings UI with glassmorphism layout
├── options.css # Options-specific styles, gradients, and scrollbars
├── options.js # Logic, persistence, and GSAP animations for options
├── assets/ # Extension and settings screenshots
└── icons/ # Extension brand assets and status bar icons
This extension is completely open-source and community-driven. Feel free to:
This project is licensed under the GNU General Public License v3 - see the LICENSE file for details.
Nuraj250 /
SocialVideoSaver is a browser extension that allows users to download videos from any social media platform using a free API. With a simple and intuitive interface, users can quickly save their favorite videos in high quality. The extension supports various formats and ensures a seamless experience without the need for complex configurations.
31/100 health