https://github.com/lakarpusky/browser-extensions
Personal browser extensions I build for learning and to replace heavy, bloated alternatives I didn’t like.
https://github.com/lakarpusky/browser-extensions
browser-extension chrome-extension cookies cors devtools iina javascript localstorage manifest-v3 sessionstorage
Last synced: 17 days ago
JSON representation
Personal browser extensions I build for learning and to replace heavy, bloated alternatives I didn’t like.
- Host: GitHub
- URL: https://github.com/lakarpusky/browser-extensions
- Owner: lakarpusky
- Created: 2026-05-10T00:09:53.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-10T08:09:56.000Z (about 1 month ago)
- Last Synced: 2026-05-10T10:14:06.854Z (about 1 month ago)
- Topics: browser-extension, chrome-extension, cookies, cors, devtools, iina, javascript, localstorage, manifest-v3, sessionstorage
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Browser Extensions
My personal browser extensions.
| Name | Browser | Description |
|------|---------|-------------|
| [Open in IINA](./open-in-iina) | Chrome | Opens the current YouTube, Twitter/X, or Twitch video in IINA |
| [Force CORS](./force-cors) | Chrome | Bypasses CORS restrictions for local development |
| [PiP Preview](./pip-preview) | Chrome | Pops the active video into a minimal Picture-in-Picture window |
| [Storage Inspector](./storage-inspector) | Chrome | Inspect and edit localStorage, sessionStorage, and cookies for the current tab |
## Install
1. Clone or download this repo
2. Open `chrome://extensions`
3. Enable **Developer mode** (top right)
4. Click **Load unpacked** and select the extension's folder