Focus Squirrel - Free Site Blocker

Block sites for less distraction, and get more done

Focus Squirrel - Free Site Blocker란 무엇입니까?

Focus Squirrel - Free Site Blocker은(는) Hieu Nguyen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block sites for less distraction, and get more done"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Focus Squirrel - Free Site Blocker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Free site blocker allows you quickly block and unblock unlimited sites. It helps you to think twice before spending time on a website. For less distraction, and get more done.

Available features:
- Unlimited site blocking
- Manage blocked sites
- Disable/enable blocking feature (for all site)
- Disable/enable blocking for a blocked site
- Weekly analytics

Support and feedbacks are appreciated!                    

확장 프로그램 기본 정보

이름 Focus Squirrel - Free Site Blocker Focus Squirrel - Free Site Blocker
ID pnoemadkmlgadfigjbplnbhpoiiikgpi
공식 URL https://chromewebstore.google.com/detail/focus-squirrel-free-site/pnoemadkmlgadfigjbplnbhpoiiikgpi
설명 Block sites for less distraction, and get more done
파일 크기 185 KB
설치 횟수 85
현재 버전 2.1
최근 업데이트 2023-04-21
출시 날짜 2022-02-12
개발자 Hieu Nguyen
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://paypal.me/hieussr
개인정보 보호 정책 페이지 URL https://hieunguyen.info/webstore-privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Focus Squirrel - Free Site Blocker",
    "description": "Block sites for less distraction, and get more done",
    "version": "2.1",
    "options_ui": {
        "page": "options.html"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon_16x16.png",
            "32": "icons\/icon_32x32.png",
            "128": "icons\/icon_128x128.png",
            "256": "icons\/icon_256x256.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon_16x16.png",
        "32": "icons\/icon_32x32.png",
        "128": "icons\/icon_128x128.png",
        "256": "icons\/icon_256x256.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ]
}