An open API service indexing awesome lists of open source software.

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.

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