Chrome Extensions Disabler
Quickly enable/disable extensions
Chrome Extensions Disabler란 무엇입니까?
Chrome Extensions Disabler은(는) markknol에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly enable/disable extensions"입니다.
확장 프로그램 스크린샷
Chrome Extensions Disabler 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Introducing a time-saving solution for managing your Chrome extensions - the Chrome Extensions Disabler Plugin! Tired of sifting through a long list of extensions to find the one you want to disable? Look no further! This Chrome plugin is designed to fasten this functionality, allowing you to quickly and effortlessly disable any extension with minimal amount of clicks. With the Chrome Extensions Disabler Plugin, you can regain control over your browsing experience. Whether you want to temporarily disable an extension to improve performance or troubleshoot compatibility issues, our plugin simplifies the task, saving you valuable time and effort. Key Features: * Effortless Disabling: Disable any extension in seconds, without the need to navigate through multiple menus or the settings in Google Chrome. * Simple Interface: The user-friendly interface makes it easy for anyone to use, regardless of technical expertise. Just a list, no settings or other features. How to Use: * Install the Chrome Extensions Disabler Plugin from the Chrome Web Store. * Open your Chrome browser and click on the plugin icon located in the toolbar. * A list of your installed extensions will appear. Simply click on the extension you wish to enable or disable. * The selected extension will be instantly toggled on/off, without removing itself.
확장 프로그램 기본 정보
이름 | Chrome Extensions Disabler |
ID | nfbbnffcchbacjhecbbmkeiialbaflpd |
공식 URL | https://chromewebstore.google.com/detail/chrome-extensions-disable/nfbbnffcchbacjhecbbmkeiialbaflpd |
설명 | Quickly enable/disable extensions |
파일 크기 | 13.59 KB |
설치 횟수 | 56 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2023-11-01 |
출시 날짜 | 2023-10-13 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | markknol |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/markknol/chrome-extension-disabler |
도움말 페이지 URL | https://github.com/markknol/chrome-extension-disabler/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chrome Extensions Disabler", "description": "Quickly enable\/disable extensions", "version": "1.0.0", "icons": { "128": "icons\/icon.png" }, "permissions": [ "management" ], "action": { "default_popup": "popup.html" } } |