#1 Distraction Killer: Focus To Flow

This extension will keep you focused.

¿Qué es #1 Distraction Killer: Focus To Flow?

#1 Distraction Killer: Focus To Flow es una extensión de Chrome desarrollada por https://focustoflow.com, y su función principal es "This extension will keep you focused.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión #1 Distraction Killer: Focus To Flow

Descarga archivos de extensión #1 Distraction Killer: Focus To Flow 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

                        Get your time back now ! This plugin acts as your accountability partner.
You will get a notification as soon as you visit one of your submitted websites.
The plugin will ask two things when you visit time-consuming websites 1) what you are gonna do on that website 
and 2) how much time you need to spent on that particular website.
The moment you exceed that time, you'll get a new notification to make sure you are still focused and 'on track'.
Join our Focus To Flow members that claimed to have freed up countless hours.
Your productivity will boost immediately after installing this extension, resulting in more money for your business and more time for your fun projects.
Add it now!                    

Información Básica de la Extensión

Nombre #1 Distraction Killer: Focus To Flow #1 Distraction Killer: Focus To Flow
ID ncojapbljihiflijonjljmabicgbfoga
URL Oficial https://chromewebstore.google.com/detail/1-distraction-killer-focu/ncojapbljihiflijonjljmabicgbfoga
Descripción This extension will keep you focused.
Tamaño del Archivo 33.94 KB
Cantidad de Instalaciones 44
Versión Actual 2.9
Última Actualización 2020-12-18
Fecha de Publicación 2020-06-29
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://focustoflow.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://focustoflow.com/
URL de la Página de Ayuda https://focustoflow.com/
URL de la Página de Política de Privacidad https://domaintube.net/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": [
        {
            "name": "Stijn Bernaer",
            "url": "https:\/\/focustoflow.com"
        }
    ],
    "manifest_version": 2,
    "name": "#1 Distraction Killer: Focus To Flow ",
    "description": "This extension will keep you focused.",
    "version": "2.9",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/functions.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon-128.png",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/functions.js",
                "js\/check_page.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "",
        "tabs",
        "storage"
    ]
}