Watchlimits

Solve binge watching and unlock hours of lost productivity

Τι είναι το Watchlimits;

Το Watchlimits είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://watchlimits.com, και η κύρια λειτουργία του είναι "Solve binge watching and unlock hours of lost productivity".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Did it ever happen to you: you just want to watch one video and then end up watching for 5 hours and instead of being productive you go to bed late and wake up groggy the next morning being upset about staying up late again?

Or maybe you feel like you would like to have more time in your life? Maybe your watching habit is silently stealing your precious free time from you and you could get 5-10 additional hours per week for this project you always wanted to do?

With watchlimits you can both get insights into your watching and also set the limits that will work with your life. 

It's not about not watching at all, it's about not getting sucked in and watching more than you would like, losing out on sleep or opportunities to do other activities that are also important to you.

FLEXIBLE LIMITS

You can easily set limits for your time on YouTube, Netflix, Prime Video, Disney+ and Crunchyroll. When video is not visible or not playing it doesn't count. You can allow up to 5 channels that don't count against the limits if you use them for productive purpose.

If you hit your limit, watchlimits will stop you from spending too much of your time on watching until enough time passes. There is a lot of flexibility regarding limits, you can have different limits for different days or having limits for longer period like a month or a week.

WATCH STATS

You will find our more about your watching habits thanks to up to 30 days of statistic of your watching time.

ACCOUNTABILITY

You can decide if the limits are adjustable after they are exceeded or completely blocked. You can also password protect settings changes for an additional challenge of it you install this extension for a child.                    

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

Όνομα Watchlimits Watchlimits
ID okmbbpfgideejpmmdohcekaamdopjbpd
Επίσημο URL https://chromewebstore.google.com/detail/watchlimits/okmbbpfgideejpmmdohcekaamdopjbpd
Περιγραφή Solve binge watching and unlock hours of lost productivity
Μέγεθος Αρχείου 2.75 MB
Αριθμός Εγκαταστάσεων 704
Τρέχουσα Έκδοση 0.0.0.24
Τελευταία Ενημέρωση 2023-07-23
Ημερομηνία Δημοσίευσης 2022-05-18
Αξιολόγηση 4.40/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής https://watchlimits.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://watchlimits.com
URL της Σελίδας Πολιτικής Απορρήτου https://tinystruggles.com/projects/privacy_policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Watchlimits",
    "description": "Solve binge watching and unlock hours of lost productivity",
    "version": "0.0.0.24",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/m.youtube.com\/*",
                "https:\/\/www.netflix.com\/*",
                "https:\/\/www.rtve.es\/*",
                "https:\/\/www.crunchyroll.com\/*",
                "https:\/\/beta.crunchyroll.com\/*",
                "https:\/\/static.crunchyroll.com\/*",
                "https:\/\/www.disneyplus.com\/*",
                "https:\/\/www.primevideo.com\/*",
                "https:\/\/www.youtubekids.com\/*"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "scripting",
        "tabs",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/m.youtube.com\/*",
        "https:\/\/www.netflix.com\/*",
        "https:\/\/www.rtve.es\/*",
        "https:\/\/www.crunchyroll.com\/*",
        "https:\/\/beta.crunchyroll.com\/*",
        "https:\/\/static.crunchyroll.com\/*",
        "https:\/\/www.disneyplus.com\/*",
        "https:\/\/www.primevideo.com\/*",
        "https:\/\/www.youtubekids.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Open Popup",
        "default_icon": {
            "16": "\/images\/favicon-16x16.png",
            "32": "\/images\/favicon-32x32.png",
            "192": "\/images\/android-chrome-192x192.png"
        }
    },
    "icons": {
        "16": "\/images\/favicon-16x16.png",
        "32": "\/images\/favicon-32x32.png",
        "192": "\/images\/android-chrome-192x192.png"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "*",
                "options.html",
                "popup.html",
                "popup.html\/#stats"
            ],
            "matches": [
                ""
            ]
        }
    ]
}