#1 Distraction Killer: Focus To Flow

This extension will keep you focused.

Was ist #1 Distraction Killer: Focus To Flow?

#1 Distraction Killer: Focus To Flow ist eine Chrome-Erweiterung, die von https://focustoflow.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension will keep you focused.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

#1 Distraction Killer: Focus To Flow-Erweiterungs-CRX-Datei herunterladen

Laden Sie #1 Distraction Killer: Focus To Flow-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name #1 Distraction Killer: Focus To Flow #1 Distraction Killer: Focus To Flow
ID ncojapbljihiflijonjljmabicgbfoga
Offizielle URL https://chromewebstore.google.com/detail/1-distraction-killer-focu/ncojapbljihiflijonjljmabicgbfoga
Beschreibung This extension will keep you focused.
Dateigröße 33.94 KB
Installationsanzahl 44
Aktuelle Version 2.9
Letztes Update 2020-12-18
Veröffentlichungsdatum 2020-06-29
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://focustoflow.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://focustoflow.com/
Hilfeseite URL https://focustoflow.com/
URL der Datenschutzrichtlinien-Seite https://domaintube.net/privacy-policy
Unterstützte Sprachen 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"
    ]
}