Block these URLs, Domains or Keywords
Site blocker. Blocks URL, Domain or URL with keywords. Redirect.
Block these URLs, Domains or Keywords란 무엇입니까?
Block these URLs, Domains or Keywords은(는) https://rq-dev.github.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Site blocker. Blocks URL, Domain or URL with keywords. Redirect."입니다.
확장 프로그램 스크린샷
Block these URLs, Domains or Keywords 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Help yourself to be more productive and save time! Block distracting or harmful sites easily! What does this extension do: - blocks URLs; - blocks Domains; - blocks URLs with keywords; - redirect blocked pages (if you want); - saves your time; - password available. Why this extension is better than other site blockers: - Totally free; - Low CPU usage; - No ads and popups; - No data collecting; - 4 color themes (red, blue, green, black); - Simple to use. Don't forget to allow the extension to run in incognito mode! If you forget your password - write me a letter!
확장 프로그램 기본 정보
이름 | Block these URLs, Domains or Keywords |
ID | ocbakdkmdijnkhlahjihbnjpkjepieio |
공식 URL | https://chromewebstore.google.com/detail/block-these-urls-domains/ocbakdkmdijnkhlahjihbnjpkjepieio |
설명 | Site blocker. Blocks URL, Domain or URL with keywords. Redirect. |
파일 크기 | 310 KB |
설치 횟수 | 3,478 |
현재 버전 | 4.17 |
최근 업데이트 | 2023-12-02 |
출시 날짜 | 2021-07-21 |
평점 | 4.53/5 총 77 개의 평점 |
개발자 | https://rq-dev.github.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/rq-dev |
도움말 페이지 URL | https://vk.com/rqdev |
개인정보 보호 정책 페이지 URL | https://rq-dev.github.io/chrome-extensions-privacy-policy |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "version": "4.17", "icons": { "128": "icon128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_title": "URL Block", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "contextMenus" ], "default_locale": "en", "options_page": "settings.html", "web_accessible_resources": [ { "resources": [ "settings.html" ], "matches": [ " |