#1 Distraction Killer: Focus To Flow

This extension will keep you focused.

Cos'è #1 Distraction Killer: Focus To Flow?

#1 Distraction Killer: Focus To Flow è un'estensione di Chrome sviluppata da https://focustoflow.com, e la sua funzione principale è "This extension will keep you focused.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione #1 Distraction Killer: Focus To Flow

Scarica i file di estensione #1 Distraction Killer: Focus To Flow in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome #1 Distraction Killer: Focus To Flow #1 Distraction Killer: Focus To Flow
ID ncojapbljihiflijonjljmabicgbfoga
URL Ufficiale https://chromewebstore.google.com/detail/1-distraction-killer-focu/ncojapbljihiflijonjljmabicgbfoga
Descrizione This extension will keep you focused.
Dimensione del File 33.94 KB
Conteggio Installazioni 44
Versione Corrente 2.9
Ultimo Aggiornamento 2020-12-18
Data di Pubblicazione 2020-06-29
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://focustoflow.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://focustoflow.com/
URL della Pagina di Aiuto https://focustoflow.com/
URL della Pagina della Politica sulla Privacy https://domaintube.net/privacy-policy
Lingue Supportate 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"
    ]
}