Freedom - Website Blocker for Chrome

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

O que é Freedom - Website Blocker for Chrome?

Freedom - Website Blocker for Chrome é uma extensão do Chrome desenvolvida por https://freedom.to, e sua principal característica é "The Freedom website blocker gives you control over distracting websites, so you can focus on what matters most.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Freedom - Website Blocker for Chrome

Baixe arquivos de extensão Freedom - Website Blocker for Chrome no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Freedom - Website Blocker for Chrome Freedom - Website Blocker for Chrome
ID abdkjmofmjelgafcdffaimhgdgpagmop
URL Oficial https://chromewebstore.google.com/detail/freedom-website-blocker-f/abdkjmofmjelgafcdffaimhgdgpagmop
Descrição The Freedom website blocker gives you control over distracting websites, so you can focus on what matters most.
Tamanho do Arquivo 87.44 KB
Contagem de Instalações 46,660
Versão Atual 18.0.4
Última Atualização 2024-03-02
Data de Publicação 2020-06-16
Classificação 3.37/5 Total de 71 Avaliações
Desenvolvedor https://freedom.to
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://freedom.to
URL da Página de Ajuda https://support.freedom.to/getting-started/set-up-installation/browser-extension
URL da Página de Política de Privacidade https://freedom.to/privacy
Idiomas Suportados 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"
    }
}