Scary Productive

Aversion therapy for your procrastination problems.

Τι είναι το Scary Productive;

Το Scary Productive είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον micael_dias, και η κύρια λειτουργία του είναι "Aversion therapy for your procrastination problems.".

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

screenshot
screenshot

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

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

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

                        Scary Productive is a behaviour training extension — it scares the hell out of you to train away visiting procrastinating websites when you shouldn't.

Add a website you want to block in the options and when you try to go to a blocked page you will be redirected to a special video that will make you jump. 

Active days & times
Choose the days and intervals during the day when you want to block websites. For example set the Active days only to work days and add the time interval to 09:00 – 17:00 so you won’t procrastinate at work or at school.

Incognito mode
All functionality work in the incognito mode, you just need to allow it. 

If you have any questions or have a feature request tweet to @micael_dias

Enjoy and don’t forget to rate it in the Chrome Webstore.                    

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

Όνομα Scary Productive Scary Productive
ID fglmebjpbipkfjboicomomikdklmjpgl
Επίσημο URL https://chromewebstore.google.com/detail/scary-productive/fglmebjpbipkfjboicomomikdklmjpgl
Περιγραφή Aversion therapy for your procrastination problems.
Μέγεθος Αρχείου 93.03 KB
Αριθμός Εγκαταστάσεων 67
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2017-06-22
Ημερομηνία Δημοσίευσης 2017-06-21
Αξιολόγηση 2.33/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής micael_dias
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.scaryproductive.com/privacy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequestBlocking",
        "webNavigation",
        "alarms"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "Scary Productive",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "scare.html",
        "no-scare.html"
    ]
}