A growing monorepo collection of custom Chrome Extensions (Manifest V3) and companion desktop utilities designed for media automation, ad skipping, translation, productivity, and video streaming.
📌 Note: New extensions and small utility tools will be continuously added to this repository as they are developed.
Download ready-to-use .zip packages directly from the official GitHub Releases:
📦 Download v1.0.0 Release Packages
| Project Name | Type | Description | Link |
|---|---|---|---|
| Glitch Ad Skipper | Chrome Extension + Windows Helper | YouTube ad skipper using injected player controls and custom protocol triggers. | View Project |
| PixivFanbox Downloader | Chrome Extension + Python Tool | One-click Pixiv Fanbox full-resolution image downloader with a Python duplicate viewer app. | View Project |
| Translate Web | Chrome Extension | Multilingual webpage and text selection translator powered by Google Translation API. | View Project |
| VLC Extensions | Chrome Extension + Windows Helper | Open current YouTube videos in desktop VLC Media Player at exact timestamps using yt-dlp. |
View Project |
All extensions in this repository are built for Chrome Manifest V3.
- Go to the Latest Release Page.
- Download the
.zipfile for the extension you want (e.g.Glitch-Ad-Skipper.zip,PixivFanbox-Downloader.zip, etc.). - Extract the
.zipfile. - Open Chrome and go to
chrome://extensions/. - Enable Developer mode in the top right corner.
- Click Load unpacked and select the unzipped folder.
- Clone this repository:
git clone https://github.com/takoyune/Chrome-Extensions.git
- Open Google Chrome and navigate to
chrome://extensions/. - Enable Developer mode using the toggle switch in the top-right corner.
- Click Load unpacked and select the desired project folder.
- Injects a "Glitch Skip" button directly into the YouTube HTML5 player.
- Instantly skips video ads using protocol handler triggers and player manipulation.
- Scrapes original high-resolution images from Pixiv Fanbox posts (
*.fanbox.cc). - Includes
duplicate_viewer.pyto inspect and clean up duplicate image files locally.
- Full-featured page and selection translator.
- Includes context menus, inline overlays, and customizable language options.
- Seamlessly hand off YouTube streams from Chrome to local VLC Media Player.
- Preserves playback timestamp and uses
yt-dlpfor stream processing.
Whenever a new extension is created in this folder:
- Create a new directory named after the extension.
- Include a
manifest.json(Manifest V3) and relevant content/background scripts. - Add a project-level
README.mdinside the project folder explaining its feature set. - Update the main table in the root
README.md.
Distributed under the MIT License. See LICENSE for more information.