QuickBlock
This extension allows you to temporarily block images and scripts.
QuickBlock란 무엇입니까?
QuickBlock은(는) https://genggoen.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to temporarily block images and scripts."입니다.
확장 프로그램 스크린샷
QuickBlock 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
QuickBlock is made up of two content blockers (an image blocker and a script blocker) that can be turned on and off separately. Each content blocker internally uses your browser's built-in content blocker that targets the same content type to block contents efficiently. For example, if you turn on the image blocker, it temporarily takes control of the built-in image blocker to block images for all websites. And if you turn it off, the built-in image blocker is restored to its original settings. You can turn content blockers on and off using: - toolbar icon - keyboard shortcut For more information, see "QuickBlock User Guide" (click "Website" on the right side of this page).
확장 프로그램 기본 정보
이름 | QuickBlock |
ID | jlkpnekpomdbobkdokohimfcbgcpldfp |
공식 URL | https://chromewebstore.google.com/detail/quickblock/jlkpnekpomdbobkdokohimfcbgcpldfp |
설명 | This extension allows you to temporarily block images and scripts. |
파일 크기 | 34.75 KB |
설치 횟수 | 3,109 |
현재 버전 | 2.0.0 |
최근 업데이트 | 2021-12-16 |
출시 날짜 | 2019-07-27 |
평점 | 4.39/5 총 36 개의 평점 |
개발자 | https://genggoen.blogspot.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://genggoen.blogspot.com/2016/09/quickblock-userguide.html |
개인정보 보호 정책 페이지 URL | https://genggoen.blogspot.com/2019/07/privacy-policy.html |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "2.0.0", "description": "__MSG_extDescription__", "permissions": [ "contentSettings", "storage" ], "background": { "service_worker": "serviceWorker.js", "type": "module" }, "default_locale": "en", "action": { "default_icon": { "16": "assets\/icon16.png", "24": "assets\/icon24.png", "32": "assets\/icon32.png" } }, "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "options_page": "options\/options_page.html", "commands": { "block": { "description": "__MSG_blockCommand__" }, "block2": { "description": "__MSG_blockCommand2__" }, "block3": { "description": "__MSG_blockCommand3__" }, "block4": { "description": "__MSG_blockCommand4__" }, "block5": { "description": "__MSG_blockCommand5__" }, "block6": { "description": "__MSG_blockCommand6__" } } } |