Extension Manager
Manage Active Extension
Extension Manager란 무엇입니까?
Extension Manager은(는) https://www.xtensionizer.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage Active Extension"입니다.
확장 프로그램 스크린샷
Extension Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Are you experiencing slowness in browsing it might be additional web-extension, malware or phishing extension in your system. Get control of your browser with uninstalling or disabling unknown, required extension on single finger click. Improve your browsing speed and performance. Protect from unknown threat, attacks. It’s lightweight, quick and easy to understand. Be organized and take control from unknown attacks.
확장 프로그램 기본 정보
이름 | |
ID | mjhhlngkmmgadpeikefpnbckopalgbgi |
공식 URL | https://chromewebstore.google.com/detail/extension-manager/mjhhlngkmmgadpeikefpnbckopalgbgi |
설명 | Manage Active Extension |
파일 크기 | 198 KB |
설치 횟수 | 38 |
현재 버전 | 1.0 |
최근 업데이트 | 2023-03-22 |
출시 날짜 | 2019-08-05 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://www.xtensionizer.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://xtensionizer.in/privacy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Extension Manager", "short_name": "Extension Manager", "version": "1.0", "description": "Manage Active Extension", "icons": { "16": "images\/Icon-16.png", "48": "images\/Icon-48.png", "128": "images\/Icon-128.png" }, "permissions": [ "management", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": { "19": "images\/Icon-19.png", "38": "images\/Icon-38.png" }, "default_title": "Extension Manager", "default_popup": "html\/extensionManager.html" } } |