Extension Manager with Profiles

Disable unused extensions according to different profiles to free up their resource usage and to improve your privacy.

Extension Manager with Profiles là gì?

Extension Manager with Profiles là một tiện ích mở rộng Chrome được phát triển bởi tlintspr, và tính năng chính của nó là "Disable unused extensions according to different profiles to free up their resource usage and to improve your privacy.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Extension Manager with Profiles

Tải xuống các tệp mở rộng Extension Manager with Profiles dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        The "Extension Manager with profiles" enables the user to have control over all the installed extensions in one place. You can define multiple profiles to disable or enable browser extensions in bulk to either free up space in the toolbar area or reduce background usage of the browser. It is even possible to improve your privacy by not running unnecessary extensions when visiting sensitive websites such as your bank account.

Features:
  1. Enable all extensions at once
  2. Disable all extensions at once
  3. Enable a set of extensions with just a single click (profile)
  4. Has as many profiles as you would like to
  5. Copy extensions information into the clipboard
  6. Export profiles to a JSON file and import from it later or on a different machine

Use Cases:
[untrusted web]
This extension can be used to browser, for instance, unsecured pages. In this case, popup blockers and adblocker extensions must be enabled. 

[trusted web]
For normal web browsing, the CPU-intensive extensions (mainly content blocker extensions) can be switched off to improve the browser's speed. Note that each extension especially those dealing with adblocking, uses at least one network observer and by nature network observation makes your web browsing experience a bit slow.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Extension Manager with Profiles Extension Manager with Profiles
ID bikkpoofeknkgfojdcpkohpjbpiokcce
URL Chính Thức https://chromewebstore.google.com/detail/extension-manager-with-pr/bikkpoofeknkgfojdcpkohpjbpiokcce
Mô tả Disable unused extensions according to different profiles to free up their resource usage and to improve your privacy.
Kích Thước Tệp 40.72 KB
Số Lần Cài Đặt 1,949
Phiên Bản Hiện Tại 0.2.2
Cập Nhật Lần Cuối 2024-02-20
Ngày Phát Hành 2019-08-07
Đánh Giá 4.13/5 Tổng số 15 Đánh Giá
Nhà Phát Triển tlintspr
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://add0n.com/addon-manager.html
URL Trang Trợ Giúp https://add0n.com/addon-manager.html
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,es,it,pt-BR,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extension Manager with Profiles",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "0.2.2",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "management"
    ],
    "action": {
        "default_popup": "\/data\/panel\/index.html"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "homepage_url": "https:\/\/add0n.com\/addon-manager.html",
    "options_ui": {
        "page": "\/data\/options\/index.html"
    },
    "icons": {
        "16": "\/data\/icons\/16.png",
        "32": "\/data\/icons\/32.png",
        "48": "\/data\/icons\/48.png",
        "64": "\/data\/icons\/64.png",
        "128": "\/data\/icons\/128.png",
        "256": "\/data\/icons\/256.png"
    },
    "commands": {
        "_execute_action": []
    },
    "offline_enabled": true
}