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
公式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
Eメール [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"
    }
}