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文件

下載Freedom - Website Blocker for Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}