Freedom - Website Blocker for Chrome

The Freedom website blocker gives you control over distracting websites, so you can focus on what matters most.

Freedom - Website Blocker for Chrome란 무엇입니까?

Freedom - Website Blocker for Chrome은(는) https://freedom.to에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Freedom website blocker gives you control over distracting websites, so you can focus on what matters most."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Freedom - Website Blocker for Chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Freedom Chrome extension provides our "green screen" on websites blocked by Freedom.  When you visit a blocked website, you'll see our calming green screen and be directed back towards your work.  

On Mac and Windows devices, the Freedom extension is designed to be paired with our desktop apps and does not have stand-alone functionality.  On ChromeOS (ChromeBooks) and Linux devices, Freedom connects directly to our service and enables you to block websites or the entire internet.  The Freedom Chrome extension works with both our trial (free) and premium (paid) accounts.

We offer a range of extensions to help you improve your digital habits, including Pause, Insight, and Limit.  

Thousands of people rely on Freedom every day to write, study, cook, design, build, play, think, learn, and find the focus to do the things that truly matter.  We're honored to help you.

For more information → https://support.freedom.to/getting-started/set-up-installation/browser-extension                    

확장 프로그램 기본 정보

이름 Freedom - Website Blocker for Chrome Freedom - Website Blocker for Chrome
ID abdkjmofmjelgafcdffaimhgdgpagmop
공식 URL https://chromewebstore.google.com/detail/freedom-website-blocker-f/abdkjmofmjelgafcdffaimhgdgpagmop
설명 The Freedom website blocker gives you control over distracting websites, so you can focus on what matters most.
파일 크기 87.44 KB
설치 횟수 46,660
현재 버전 18.0.4
최근 업데이트 2024-03-02
출시 날짜 2020-06-16
평점 3.37/5 총 71 개의 평점
개발자 https://freedom.to
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://freedom.to
도움말 페이지 URL https://support.freedom.to/getting-started/set-up-installation/browser-extension
개인정보 보호 정책 페이지 URL https://freedom.to/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Freedom - Website Blocker for Chrome",
    "description": "The Freedom website blocker gives you control over distracting websites, so you can focus on what matters most.",
    "homepage_url": "https:\/\/freedom.to\/",
    "version": "18.0.4",
    "icons": {
        "128": "images\/icon128.png"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "declarativeNetRequest",
        "browsingData",
        "storage",
        "notifications",
        "alarms"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "128": "images\/icon128.png"
        },
        "default_title": "Freedom",
        "default_popup": "html\/popup.html"
    }
}