Stop Autopilot

Stop your inner autopilot and browse more consciously

Τι είναι το Stop Autopilot;

Το Stop Autopilot είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Manuel's Coding Lab, και η κύρια λειτουργία του είναι "Stop your inner autopilot and browse more consciously".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Have you ever caught yourself browsing randomly on the web and then you suddenly realize you just wasted an hour on useless websites instead of learning for that school exam? You feel like you're not productive but spend two hours on social media websites each day?
Then this extension is could for you. Stop Autopilot helps you managing your browsing time to reduce the time you spend on unproductive websites. Regain control over your browsing behaviour and focus on the important things.

Features:
- Maintain a blacklist of unproductive websites
- Detailed statistics about your browsing behaviour
- Notifications that remind you to focus on working
- Block sites or redirect to another website

The Concept of Stop Autopilot
- Raising Awareness by showing detailed staticistics about the browsing behaviour to identify problematic websites and to find out how much time you actually waste on unproductive things.
- Increasing Mindfulness with regular notifications to stop your inner autopilot so that you browse more consciously.
- Replacing Bad Habits with new ones by letting yourself redirect to another website. Replacing bad habits with new ones is much easier than to quit them completely.

There already exist other time tracking extensions. Why make another one?
I tested a lot of them but they didn't quite do the job for me. There are various reasons for that:
- The tracking extensions aren't helpful when trying to reduce the browsing time on unproductive websites. They only show plain statistics and nothing else.
- The site blocking extensions aren't motivating at all if you want to reduce the browsing time. They block the sites but they don't give any positive feedback whatsoever.
- No extension combines time tracking and site blocking which actively helps to change the browsing behaviour.
- Most of the user interfaces are unintuitive and overloaded with functionality. Stop Autopilot is supposed to be simple and easy to set up.                    

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

Όνομα Stop Autopilot Stop Autopilot
ID pdkppcbgjeanmmcmoeeccjnbjnmpjeee
Επίσημο URL https://chromewebstore.google.com/detail/stop-autopilot/pdkppcbgjeanmmcmoeeccjnbjnmpjeee
Περιγραφή Stop your inner autopilot and browse more consciously
Μέγεθος Αρχείου 582 KB
Αριθμός Εγκαταστάσεων 75
Τρέχουσα Έκδοση 0.0.0.5
Τελευταία Ενημέρωση 2016-09-14
Ημερομηνία Δημοσίευσης 2016-09-14
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Manuel's Coding Lab
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stop Autopilot",
    "version": "0.0.0.5",
    "description": "Stop your inner autopilot and browse more consciously",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png",
        "256": "img\/icon256.png",
        "512": "img\/icon512.png"
    },
    "background": {
        "scripts": [
            "libs\/lodash.core.min.js",
            "utils.js",
            "blocker.js",
            "notifier.js",
            "timer.js",
            "tracker.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Stop Autopilot"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "options_page": "options.html",
    "permissions": [
        "alarms",
        "idle",
        "tabs",
        "activeTab",
        "storage",
        "notifications"
    ]
}