Plugin Switcher
Quick way to toggle plugins
What is Plugin Switcher?
Plugin Switcher is a Chrome extension developed by STILL RTC, and its main feature is "Quick way to toggle plugins".
Extension Screenshots
Download Plugin Switcher Extension CRX File
Download Plugin Switcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Enable and disable installed plugins (extensions, themes, apps) in one click. Customizable quick access list. Minimalistic and lightweight.
Extension Basic Information
Name | Plugin Switcher |
ID | ngmjkoiifpckgooagkppjafdjfkjimfj |
Official URL | https://chromewebstore.google.com/detail/plugin-switcher/ngmjkoiifpckgooagkppjafdjfkjimfj |
Description | Quick way to toggle plugins |
File Size | 8.73 KB |
Installation Count | 25 |
Current Version | 1.1 |
Last Updated | 2020-11-19 |
Publish Date | 2018-05-01 |
Rating | 5.00/5 Total 2 Ratings |
Developer | STILL RTC |
[email protected] | |
Payment Type | free |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Plugin Switcher", "short_name": "__MSG_shortName__", "version": "1.1", "offline_enabled": true, "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "128": "icon128.png", "48": "icon48.png", "32": "icon32.png", "16": "icon16.png" }, "browser_action": { "default_title": "__MSG_tooltip__", "default_popup": "popup.html" }, "minimum_chrome_version": "33", "permissions": [ "management", "storage" ] } |