#1 Distraction Killer: Focus To Flow

This extension will keep you focused.

Qu'est-ce que #1 Distraction Killer: Focus To Flow ?

#1 Distraction Killer: Focus To Flow est une extension Chrome développée par https://focustoflow.com, et sa fonction principale est "This extension will keep you focused.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension #1 Distraction Killer: Focus To Flow

Téléchargez les fichiers d'extension #1 Distraction Killer: Focus To Flow au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom #1 Distraction Killer: Focus To Flow #1 Distraction Killer: Focus To Flow
ID ncojapbljihiflijonjljmabicgbfoga
URL Officiel https://chromewebstore.google.com/detail/1-distraction-killer-focu/ncojapbljihiflijonjljmabicgbfoga
Description This extension will keep you focused.
Taille du Fichier 33.94 KB
Nombre d'Installations 44
Version Actuelle 2.9
Dernière Mise à Jour 2020-12-18
Date de Publication 2020-06-29
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://focustoflow.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://focustoflow.com/
URL de la Page d'Aide https://focustoflow.com/
URL de la Page de Politique de Confidentialité https://domaintube.net/privacy-policy
Langues Prises en Charge 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"
    ]
}