FC Extension Manager
Create Groups of Extensions to quickly enable/disabled unused items!
What is FC Extension Manager?
FC Extension Manager is a Chrome extension developed by https://freedcamp.com, and its main feature is "Create Groups of Extensions to quickly enable/disabled unused items!".
Extension Screenshots
Download FC Extension Manager Extension CRX File
Download FC Extension Manager 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
Allows you to group your extensions and quickly enable/disable them by group! Create a group for each type of extension you use, then simply enable or disable all extensions in that group!
Extension Basic Information
Name | FC Extension Manager |
ID | bhbekjhijjdecacddfmfhkifikofenod |
Official URL | https://chromewebstore.google.com/detail/fc-extension-manager/bhbekjhijjdecacddfmfhkifikofenod |
Description | Create Groups of Extensions to quickly enable/disabled unused items! |
File Size | 128 KB |
Installation Count | 35 |
Current Version | 1.0.3 |
Last Updated | 2020-01-30 |
Publish Date | 2020-01-30 |
Rating | 3.50/5 Total 2 Ratings |
Developer | https://freedcamp.com |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Create Groups of Extensions to quickly enable\/disabled unused items!", "version": "1.0.3", "name": "FC Extension Manager", "options_page": "options.html", "background": { "page": "background.html" }, "permissions": [ "management" ], "browser_action": { "default_popup": "popup.html", "default_icon": "icon-128.png" }, "icons": { "64": "icon-64.png", "128": "icon-128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |