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란 무엇입니까?

Extension Manager with Profiles은(는) tlintspr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Disable unused extensions according to different profiles to free up their resource usage and to improve your privacy."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Extension Manager with Profiles 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Extension Manager with Profiles Extension Manager with Profiles
ID bikkpoofeknkgfojdcpkohpjbpiokcce
공식 URL https://chromewebstore.google.com/detail/extension-manager-with-pr/bikkpoofeknkgfojdcpkohpjbpiokcce
설명 Disable unused extensions according to different profiles to free up their resource usage and to improve your privacy.
파일 크기 40.72 KB
설치 횟수 1,949
현재 버전 0.2.2
최근 업데이트 2024-02-20
출시 날짜 2019-08-07
평점 4.13/5 총 15 개의 평점
개발자 tlintspr
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://add0n.com/addon-manager.html
도움말 페이지 URL https://add0n.com/addon-manager.html
지원되는 언어 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
}