StayFocusd - Block Distracting Websites

Boost your productivity by limiting the amount of time you spend on time-wasting websites.

Τι είναι το StayFocusd - Block Distracting Websites;

Το StayFocusd - Block Distracting Websites είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://stayfocusd.com, και η κύρια λειτουργία του είναι "Boost your productivity by limiting the amount of time you spend on time-wasting websites.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης StayFocusd - Block Distracting Websites

Λήψη αρχείων επέκτασης StayFocusd - Block Distracting Websites σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        You sit down at the computer, and you swear you'll be productive. Next thing you know, it's twelve hours later. You've checked your email, updated your Facebook status, blown through 200 pages of Reddit, read every article in your Twitter feed, looked up your favorite band on Wikipedia, vanity googled yourself, cyber-stalked your ex, browsed through all your high-school crushes' Instagram feeds, and lost a week's pay playing online poker.

What you haven't done is WORK.

StayFocusd is a productivity extension for Google Chrome that helps you stay focused on work by restricting the amount of time you can spend on time-wasting websites. Once your allotted time has been used up, the sites you have blocked will be inaccessible for the rest of the day.

It's highly configurable, allowing you to block or allow entire sites, specific subdomains, specific paths, specific pages, even specific in-page content (videos, images, forms, etc). 

Problems? Questions? Suggestions? Effusive praise? Email [email protected]

PRIVACY NOTICE: 
When you install StayFocusd, it will ask you to grant a number of permissions, including “Read and change all your data on the websites you visit.” This permission is required in order for StayFocusd to run on any site which you may visit—without this permission, StayFocusd would not be able to block websites. While this permission technically grants StayFocusd the ability to read and change data, we will never collect personal data from the web page content that you are browsing.

This extension is maintained by Sensor Tower.                    

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

Όνομα StayFocusd - Block Distracting Websites StayFocusd - Block Distracting Websites
ID laankejkbhbdhmipfmgcngdelahlfoji
Επίσημο URL https://chromewebstore.google.com/detail/stayfocusd-block-distract/laankejkbhbdhmipfmgcngdelahlfoji
Περιγραφή Boost your productivity by limiting the amount of time you spend on time-wasting websites.
Μέγεθος Αρχείου 6.84 MB
Αριθμός Εγκαταστάσεων 575,062
Τρέχουσα Έκδοση 2.1.12
Τελευταία Ενημέρωση 2024-01-28
Ημερομηνία Δημοσίευσης 2019-02-24
Αξιολόγηση 4.46/5 Συνολικά 7376 Αξιολογήσεις
Προγραμματιστής https://stayfocusd.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.stayfocusd.com
URL της Σελίδας Πολιτικής Απορρήτου https://sensortower.com/page-stayfocusd-privacy
Υποστηριζόμενες Γλώσσες de,en,fr,tr,es,it,pt-BR,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "StayFocusd - Block Distracting Websites",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_manifestDescription__",
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDIZGExPKdmpnsG6ACNioLVAFgQnEl11tYcSeD3qLnKQ51DcR8B5uJJp1uRl+BhBL\/NrHtpxBQ35xKfseM2HIFeIXD9gP+o2XlcL4kHkdt2Meo9e3CdLvRJL47fhnSgD1OrU5F+NO9Rpi3h\/Cka1t9oHpt3kGWveWuMHskdLUW11QIDAQAB",
    "icons": {
        "16": "common\/img\/icon-16.png",
        "24": "common\/img\/icon-24.png",
        "32": "common\/img\/icon-32.png",
        "48": "common\/img\/icon-48.png",
        "96": "common\/img\/icon-96.png",
        "128": "common\/img\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "common\/img\/icon-32.png",
        "default_title": "__MSG_manifestBrowserActionDefaultTitle__",
        "default_popup": "components\/Popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "core\/ad-finder.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "core\/content.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.stayfocusd.com\/extension-get-started"
            ],
            "js": [
                "core\/onboarding-redirect.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/stayfocusd.dev\/",
        "https:\/\/*.stayfocusd.com\/",
        "https:\/\/www.googleapis.com\/",
        "notifications",
        "storage",
        "alarms",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "common\/img\/*",
        "*.css",
        "components\/*",
        "core\/*.js",
        "utils\/*",
        "core\/*.js.map"
    ],
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "version": "2.1.12",
    "versionName": "2.1.12"
}