#1 Distraction Killer: Focus To Flow

This extension will keep you focused.

Τι είναι το #1 Distraction Killer: Focus To Flow;

Το #1 Distraction Killer: Focus To Flow είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://focustoflow.com, και η κύρια λειτουργία του είναι "This extension will keep you focused.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης #1 Distraction Killer: Focus To Flow

Λήψη αρχείων επέκτασης #1 Distraction Killer: Focus To Flow σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα #1 Distraction Killer: Focus To Flow #1 Distraction Killer: Focus To Flow
ID ncojapbljihiflijonjljmabicgbfoga
Επίσημο URL https://chromewebstore.google.com/detail/1-distraction-killer-focu/ncojapbljihiflijonjljmabicgbfoga
Περιγραφή This extension will keep you focused.
Μέγεθος Αρχείου 33.94 KB
Αριθμός Εγκαταστάσεων 44
Τρέχουσα Έκδοση 2.9
Τελευταία Ενημέρωση 2020-12-18
Ημερομηνία Δημοσίευσης 2020-06-29
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://focustoflow.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://focustoflow.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://focustoflow.com/
URL της Σελίδας Πολιτικής Απορρήτου https://domaintube.net/privacy-policy
Υποστηριζόμενες Γλώσσες 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"
    ]
}