Extension manager for Chrome™
Manage extensions, quickly enable/disable, remove malware extension, uninstall extension, or view list of extensions and apps
Extension manager for Chrome™란 무엇입니까?
Extension manager for Chrome™은(는) wilma2018에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage extensions, quickly enable/disable, remove malware extension, uninstall extension, or view list of extensions and apps"입니다.
확장 프로그램 스크린샷
Extension manager for Chrome™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With the help of this extension, you can manage and control all the Chrome extensions and apps. No matter what your doing on the browser, with just one click on the icon and you can disable or uninstall any of your extensions or apps. It is simple and easy to use. If you have any suggestions or came across a problem, please do note in the support page of the extension , contact me "[email protected]" - Protect yourself from Malware, virus other infected extensions and apps - See hidden extension and apps that runs in background - manage and control extension and apps permission and visibility
확장 프로그램 기본 정보
이름 | Extension manager for Chrome™ |
ID | oljgjlecbglpcabgaihhnfonkfibinmp |
공식 URL | https://chromewebstore.google.com/detail/extension-manager-for-chr/oljgjlecbglpcabgaihhnfonkfibinmp |
설명 | Manage extensions, quickly enable/disable, remove malware extension, uninstall extension, or view list of extensions and apps |
파일 크기 | 445 KB |
설치 횟수 | 10,000 |
현재 버전 | 1.0.9 |
최근 업데이트 | 2023-09-21 |
출시 날짜 | 2020-05-21 |
평점 | 4.41/5 총 97 개의 평점 |
개발자 | wilma2018 |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://sites.google.com/view/wilma2018/home |
지원되는 언어 | de,en,fr,nl,da,es,it,fi,ru,hi,ar,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.0.9", "manifest_version": 2, "default_locale": "en", "background": { "page": "html\/background.html" }, "browser_action": { "default_icon": { "16": "images\/rocket-16.png", "24": "images\/rocket-24.png", "32": "images\/rocket-32.png" }, "default_title": "__MSG_popup__", "default_popup": "html\/popup.html" }, "icons": { "16": "images\/rocket-16.png", "48": "images\/rocket-48.png", "128": "images\/rocket.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "management" ], "web_accessible_resources": [ "*.png", "*.gif", "*.jpg", "*.js", "*.css", "*.html" ] } |