Freedom - Website Blocker for Chrome

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

¿Qué es Freedom - Website Blocker for Chrome?

Freedom - Website Blocker for Chrome es una extensión de Chrome desarrollada por https://freedom.to, y su función principal es "The Freedom website blocker gives you control over distracting websites, so you can focus on what matters most.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Freedom - Website Blocker for Chrome

Descarga archivos de extensión Freedom - Website Blocker for Chrome en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Freedom - Website Blocker for Chrome Freedom - Website Blocker for Chrome
ID abdkjmofmjelgafcdffaimhgdgpagmop
URL Oficial https://chromewebstore.google.com/detail/freedom-website-blocker-f/abdkjmofmjelgafcdffaimhgdgpagmop
Descripción The Freedom website blocker gives you control over distracting websites, so you can focus on what matters most.
Tamaño del Archivo 87.44 KB
Cantidad de Instalaciones 46,660
Versión Actual 18.0.4
Última Actualización 2024-03-02
Fecha de Publicación 2020-06-16
Calificación 3.37/5 Total de 71 Calificaciones
Desarrollador https://freedom.to
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://freedom.to
URL de la Página de Ayuda https://support.freedom.to/getting-started/set-up-installation/browser-extension
URL de la Página de Política de Privacidad https://freedom.to/privacy
Idiomas Soportados 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"
    }
}