TrueBlock
The simple website blocker.
TrueBlock란 무엇입니까?
TrueBlock은(는) Tom Richards에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The simple website blocker."입니다.
확장 프로그램 스크린샷
TrueBlock 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension provides a means to completely block any misbehaving website. If you disagree with a site for any reason, simply hit "block" and write yourself a note about why you never want to visit it again. The extension will prevent all future requests to the site!
확장 프로그램 기본 정보
이름 | TrueBlock |
ID | adcbggkgllkljeliabhgmmkmpebhdbno |
공식 URL | https://chromewebstore.google.com/detail/trueblock/adcbggkgllkljeliabhgmmkmpebhdbno |
설명 | The simple website blocker. |
파일 크기 | 24.95 KB |
설치 횟수 | 66 |
현재 버전 | 0.7.3 |
최근 업데이트 | 2023-01-22 |
출시 날짜 | 2022-07-26 |
평점 | 3.71/5 총 7 개의 평점 |
개발자 | Tom Richards |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TrueBlock", "description": "The simple website blocker.", "version": "0.7.3", "manifest_version": 3, "background": { "service_worker": "worker.js" }, "action": { "default_title": "TrueBlock", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "activeTab", "declarativeNetRequest", "storage" ] } |