You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

vite-plugin-web-extension

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-web-extension

![Vite Plugin Web Extension](../../.github/assets/social-banner.png)

4.4.4
latest
Source
npm
Version published
Weekly downloads
7.3K
11.33%
Maintainers
1
Weekly downloads
 
Created
Source

Vite Plugin Web Extension

To get started quickly, bootstrap a new project!

pnpm create vite-plugin-web-extension
npm create vite-plugin-web-extension
yarn create vite-plugin-web-extension

Or install it as a dependency and add it to your vite.config.ts.

pnpm i -D vite-plugin-web-extension
// vite.config.ts
import webExtension from "vite-plugin-web-extension";

export default defineConfig({
  plugins: [webExtension()],
});

Features

  • :wrench: Automatically build inputs listed in your manifest.json
  • :tada: Open a browser and install the extension during development
  • :zap: Super fast dev mode
  • :globe_with_meridians: Supports all browsers
  • :fire: Full frontend framework support (popup, options, and content scripts)
  • :robot: Typescript support out of the box!
  • :white_check_mark: Manifest validation

Documentation

To get started, checkout the docs:

https://vite-plugin-web-extension.aklinker1.io

Contributing

Special thanks to the contributors!

See the contributing docs to setup the project for development.

Keywords

vite-plugin

FAQs

Package last updated on 07 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts