Self Control

A simple extension to keep you focused online

Τι είναι το Self Control;

Το Self Control είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον nhandyal, και η κύρια λειτουργία του είναι "A simple extension to keep you focused online".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Self Control

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

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

                        V2 updates!
 - Custom time interval for distraction free mode
 - Ability to turn off 'always on' mode
 - Improved UI

 -- Self Control --
A simple app to keep you focused online by blocking sites that you spend way too much time on.

Note that the app works by blocking patterns within the full url.
For example if you were to block the pattern "book"
the sites www.facebook.com and books.google.com would both be blocked.

Distraction free mode prevents you from removing block patterns from the app for a fixed amount of time. By default this is one hour, but it can be changed in settings. Note that you cannot set a time shorter than 20 min :p

By default the extension is always running. To change this so that the extension only runs when distraction free mode is enabled, toggle 'Always on' in settings to Off.                    

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

Όνομα Self Control Self Control
ID ncaaipdfhdijmfdfmeoagmogddhkfdec
Επίσημο URL https://chromewebstore.google.com/detail/self-control/ncaaipdfhdijmfdfmeoagmogddhkfdec
Περιγραφή A simple extension to keep you focused online
Μέγεθος Αρχείου 914 KB
Αριθμός Εγκαταστάσεων 33,353
Τρέχουσα Έκδοση 2.1.2
Τελευταία Ενημέρωση 2017-05-16
Ημερομηνία Δημοσίευσης 2017-05-15
Αξιολόγηση 4.03/5 Συνολικά 226 Αξιολογήσεις
Προγραμματιστής nhandyal
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background-bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/pirate_19.png",
            "38": "images\/pirate_38.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "Self Control"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "description": "A simple extension to keep you focused online",
    "icons": {
        "128": "images\/pirate_128.png",
        "16": "images\/pirate_16.png",
        "48": "images\/pirate_48.png"
    },
    "incognito": "spanning",
    "manifest_version": 2,
    "name": "Self Control",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "storage"
    ],
    "version": "2.1.2",
    "web_accessible_resources": [
        "html\/*",
        "images\/*"
    ]
}