







Description of Change Implements RFC #8 which aims to allow Electron applications to support additional Chrome Extension APIs. Extension background service workers can be modified using preload scr...
AgregoreWeb/electron-extended-WebExtensions
Extend the built-in functionality of Electron Web Extensions with additional features commonly used by browsers.
⚠️ Chrome Extension API Limitations in Peersky · Issue #125 · p2plabsxyz/peersky-browser
Overview Peersky uses electron-chrome-extensions (ECE) as its extension API bridge on top of Electron's built-in extension layer. ECE handles MV2/MV3, browser actions, tabs, windows, context me...
samuelmaddock/electron-browser-shell
A minimal, tabbed web browser with support for Chrome extensions—built on Electron.
Decoupling Extensions from Chrome: The Journey to a Modular Extensions Layer · Issue #74 · Igalia/webengineshackfest
Facilitator(s) @MyidShin @ltilve Summary This talk presents the ongoing effort to decouple Chromium Extensions from the Chrome layer, enabling a more modular and embeddable architecture. We’ll cove...
[🐛 Bug]: Chrome team removes `--load-extension` switch on Chrome builds · Issue #15788 · SeleniumHQ/selenium
Description They remove --load-extension that cause .AddExtensions() and other similar method broken their commit https://chromium.googlesource.com/chromium/src/+/290ed8046692651ce76088914750cb659b...
jose - npmx
JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes

Migrating from BrowserView to WebContentsView | Electron
BrowserView has been deprecated since Electron 30 and is replaced by WebContentView. Thankfully, migrating is fairly painless.

[Bug]: The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. · Issue #42510 · electron/electron
Preflight Checklist I have read the Contributing Guidelines for this project. I agree to follow the Code of Conduct that this project adheres to. I have searched the issue tracker for a bug report ...
How suitable is electron-browser-shell for building products on? · samuelmaddock electron-browser-shell · Discussion #129
Fantastic work, thanks for making this 🙏🏼 The readme has basic information about the code, but not much about the broader project, goals, funding, etc. Do you want companies to use this as a base f...
Introduction to Google Chrome Extensions
Web Model
Web APIs Browser Renderer Process Browser GPU Process Browser Network Process Browser Plugin Process Browser … Process HTML CSS JavaScript Media/Other formats… DOM Service Worker Parsing ..to the Wire! Subresource loading Subresource loading Subresource loading DOM Tree Layout Tree Layer Tree Pai...
Web Install API Dev Spec
Web Install API Dev Design Spec Author: Amanda Baker, Diego Gonzalez, Kristin Lee, Lia Hiscock Spec status: Last updated: Links: Explainer | Chrome Status | CR bug | UX changes review doc Feature Overview Introduction Goals Non-goals Concepts Interfaces and Interactions JS API changes navig...
Peersky Browser (@peersky@mastodon.social)
Attached: 1 image 🧩 Web extensions are here in v1.0.0-beta.18! Now you can install and manage Chrome extensions at peersky://extensions 📄 Docs: https://github.com/p2plabsxyz/peersky-browser/blob/main/docs/Extensions.md 📌 Other release updates: https://github.com/p2plabsxyz/peersky-browser/releases #peersky #extensions
The Electron changes here are quite interesting. It's not "add full browser extension support to Electron". Is more like "add special limbo space where extension support and things like it are possible". github.com/electron/electron/pull/44411
feat: service worker preload scripts for improved extensions support by samuelmaddock · Pull Request #44411 · electron/electron
github.comDo people know I’m building an alternative to Electron and Tauri? Where you write typescript for the main and browser code and it just works. Has building, packaging, code signing, and update management built in. Bundles as small as 12MB and ship updates as small as 4KB? electrobun.dev