# extension-manager **Repository Path**: fxzer/extension-manager ## Basic Information - **Project Name**: extension-manager - **Description**: No description available - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-12 - **Last Updated**: 2025-12-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Extension Manager [![release](https://img.shields.io/github/v/release/JasonGrass/auto-extension-manager?style=for-the-badge)](https://github.com/JasonGrass/auto-extension-manager/releases) [![chrome-web-store](https://img.shields.io/chrome-web-store/v/efajbgpnlnobnkgdcgcnclngeolnmggp?style=for-the-badge)](https://chrome.google.com/webstore/detail/extension-manager/efajbgpnlnobnkgdcgcnclngeolnmggp) [![users](https://img.shields.io/chrome-web-store/users/efajbgpnlnobnkgdcgcnclngeolnmggp.svg?style=for-the-badge)](https://chrome.google.com/webstore/detail/extension-manager/efajbgpnlnobnkgdcgcnclngeolnmggp) [![stars](https://img.shields.io/chrome-web-store/stars/efajbgpnlnobnkgdcgcnclngeolnmggp?style=for-the-badge)](https://chrome.google.com/webstore/detail/extension-manager/efajbgpnlnobnkgdcgcnclngeolnmggp) [![edge-web-store](https://img.shields.io/badge/dynamic/json?style=for-the-badge&label=EDGE%20WEB%20STORE&color=ffba08&prefix=v&query=$.version&url=https://microsoftedge.microsoft.com/addons/getproductdetailsbycrxid/pifijhmfdnkanlcnecpifkmjbfoopokf)](https://microsoftedge.microsoft.com/addons/detail/extension-manager/pifijhmfdnkanlcnecpifkmjbfoopokf) [![users](https://img.shields.io/badge/dynamic/json?style=for-the-badge&label=USERS&color=81bc06&query=$.activeInstallCount&url=https://microsoftedge.microsoft.com/addons/getproductdetailsbycrxid/pifijhmfdnkanlcnecpifkmjbfoopokf)](https://microsoftedge.microsoft.com/addons/detail/extension-manager/pifijhmfdnkanlcnecpifkmjbfoopokf) [![stars](https://img.shields.io/badge/dynamic/json?style=for-the-badge&label=RATING&color=81bc06&query=$.averageRating&url=https://microsoftedge.microsoft.com/addons/getproductdetailsbycrxid/pifijhmfdnkanlcnecpifkmjbfoopokf)](https://microsoftedge.microsoft.com/addons/detail/extension-manager/pifijhmfdnkanlcnecpifkmjbfoopokf) [ไธญๆ–‡](./README.md) ## ๐Ÿ‰ Feature A simple way to manage your chrome extensions ๐Ÿ• **Special Features** * Flexible rule customization to automatically enable or disable browser extensions. Matching conditions: URL / Profile / Operating system / Time. Actions: Enable when match, Close when match, Enable only when match, Disbale only when match, Custom; Support automatically refreshing the page after enabling or disabling extensions. * Bulk Export/Import and Share Extensions Bulk export extension information, support sharing text, json, custom markdown format; share or record your extension installation information. Bulk import extensions from shared text or json, simplifying the process of migrating or installing multiple extensions. ๐Ÿ• **Basic Features** * One-click enable or disable extensions. * Batch enable or disable extensions through grouping. * Quick search extensions by extension name, description, alias, or note. * Extension management: Quickly navigate to settings page, homepage, uninstall extensions. * List view and grid view. * One-click launch for app-type extensions. * Set custom aliases and notes. * History: Extension installation, update, uninstall, enable, and disable. ๐Ÿ• **Others** * Rich configurable options for customizing style and functionality. * Open-source code with no collection of any user privacy data. ## ๐Ÿ‰ Download Chrome Web Store Edge Web Store > Edge's review process is relatively slow, so the version may lag behind the Chrome store. ## ๐Ÿ‰ LOGO | Old | New-Light | New-Dark | |:-------------------------------------------------------:|:-------------------------------------------------------------:|:------------------------------------------------------------:| | | | | Thank [0xe8nicebot](https://github.com/0xe8nicebot) for contributing to the project by designing the logo. About author๏ผš๏ผŒThere is the AI tool he created.๏ผš[ไธ็ฎกๆ˜ฏ็Žฐๅœจ่ฟ˜ๆ˜ฏๆœชๆฅ๏ผŒไฝ ็š„ๅ…จ่ƒฝAiๅฐๅŠฉๆ‰‹](https://chatboy.io/r/spi6jpul) ## ๐Ÿ‰ Help Document(in Chinese)๏ผš Blog(in Chinese)๏ผš Feedback can be submitted via [issue](https://github.com/JasonGrass/auto-extension-manager/issues/new?body=%0A%0A%0A%0A---%0A%3C!--+%E2%86%91Please%20write%20the%20details%20of%20the%20question/suggestion%20at%20the%20top%20of%20this%20line%E2%86%91+--%3E%0AFrom+readme+%0A) **๐ŸŽƒ FAQ** ๐Ÿ”– Why is there no version for Firefox? Firefox does not provide a critical API for enabling and disabling extensions, see [#5](https://github.com/JasonGrass/auto-extension-manager/issues/5) ๐Ÿ”– Why can't launch other extensions directly from the Extension Manager, or Pin other extensions to the browser toolbar? The browser does not provide the relevant APIs, and those operations need to be performed manually by the user. ๐Ÿ”– About extension of APP type APP type extensions are being deprecated, PWA applications are not in the framework of browser extensions (so some browser APPs are not visible in the extension manager). It's rare to see a working APP-type extension anymore. If you turn on `Display extensions of the APP type`, you may find that many APP-type extensions can not start. You can open to see the details. ref: ## ๐Ÿ‰ Internationalization [chrome.i18n - Chrome for Developers](https://developer.chrome.com/docs/extensions/reference/i18n/ ) Language files are located in the `src/_locales` folder. If you find any translation issues, you can provide feedback in the issue section or directly submit a PR for correction. Thanks to [Ruri-1973](https://github.com/Blank-1973) for Japanese translation. [#79](https://github.com/JasonGrass/auto-extension-manager/pull/79) ## ๐Ÿ‰ Other This project is built based on [lxieyang/chrome-extension-boilerplate-react](https://github.com/lxieyang/chrome-extension-boilerplate-react ) --- [buy me a coffee](https://www.buymeacoffee.com/jgrass/extension-manager?utm_source=readmeen)