Simple Site Blocker
Block websites easily. Stay focused.
Simple Site Blocker란 무엇입니까?
Simple Site Blocker은(는) b4rtaz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block websites easily. Stay focused."입니다.
확장 프로그램 스크린샷
Simple Site Blocker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Block disturbing websites easily. Stay focused. This extension allows you to block any website. Please note that, the extension blocks the whole domain. When you want to take a break you may deactivate the blocking easily for all blocked sites. This extension DOES NOT contain ads, tracking or premium. Your privacy is very important for us.
확장 프로그램 기본 정보
이름 | Simple Site Blocker |
ID | akhfampbeegijbknnencolmclbnaceab |
공식 URL | https://chromewebstore.google.com/detail/simple-site-blocker/akhfampbeegijbknnencolmclbnaceab |
설명 | Block websites easily. Stay focused. |
파일 크기 | 36.88 KB |
설치 횟수 | 1,663 |
현재 버전 | 0.1.1 |
최근 업데이트 | 2023-06-25 |
출시 날짜 | 2020-10-22 |
평점 | 4.64/5 총 11 개의 평점 |
개발자 | b4rtaz |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/b4rtaz/simple-site-blocker |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Site Blocker", "version": "0.1.1", "description": "Block websites easily. Stay focused.", "author": "Bartlomiej Tadych", "homepage_url": "https:\/\/github.com\/b4rtaz\/simple-site-blocker", "icons": { "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "browser_action": { "default_title": "Simple Site Blocker", "default_popup": "popup.html", "default_icon": { "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" } }, "background": { "scripts": [ "api.js", "background.js" ] }, "web_accessible_resources": [ "blocked.html", "blocked.css", "blocked.js", "api.js" ], "permissions": [ "tabs", "storage", "webRequest", "webRequestBlocking", " |