Disable All Extensions
Disable/Enable your chrome extensions with the click of a button.
Disable All Extensions란 무엇입니까?
Disable All Extensions은(는) kitey13579에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Disable/Enable your chrome extensions with the click of a button."입니다.
확장 프로그램 스크린샷
Disable All Extensions 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allows you to turn off currently turned on extensions by clicking a single button. Whitelist To prevent a certain extension from being affected when disabling, open the whitelist. You can right click anywhere on the chrome browser or the extension icon and go to the whitelist page to select an extension you want excluded. Isolation Mode Having trouble finding an extension causing problems for you? Introducing Isolation Mode, which allows you to test your chrome extensions. It will enable half your extensions, wait for your feedback and continuing enabling less extensions until the problematic extension is found.
확장 프로그램 기본 정보
이름 | Disable All Extensions |
ID | ailfldpmpboolaihojfagmmfbhcgohne |
공식 URL | https://chromewebstore.google.com/detail/disable-all-extensions/ailfldpmpboolaihojfagmmfbhcgohne |
설명 | Disable/Enable your chrome extensions with the click of a button. |
파일 크기 | 32.53 KB |
설치 횟수 | 2,421 |
현재 버전 | 1.5.1 |
최근 업데이트 | 2024-01-31 |
출시 날짜 | 2023-02-06 |
평점 | 4.90/5 총 10 개의 평점 |
개발자 | kitey13579 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/ItzBlinkzy/disable-all-extensions |
도움말 페이지 URL | https://github.com/ItzBlinkzy/disable-all-extensions |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disable All Extensions", "manifest_version": 3, "version": "1.5.1", "description": "Disable\/Enable your chrome extensions with the click of a button.", "permissions": [ "contextMenus", "management", "storage" ], "background": { "service_worker": ".\/src\/background.js", "type": "module" }, "icons": { "16": ".\/public\/images\/appOn_16.png", "48": ".\/public\/images\/appOn_48.png", "128": ".\/public\/images\/appOn_128.png" }, "action": { "default_icon": ".\/public\/images\/appOff_16.png", "default-popup": ".\/public\/index.html" }, "author": "Blinkzy" } |