Wasted Time Tracker

This tool tracks the amount of time you waste each day on distracting websites. Use it to become more productive and disciplined!

Co to jest Wasted Time Tracker?

Wasted Time Tracker to rozszerzenie Chrome opracowane przez The Startup Idea Firehose, a jego główną funkcją jest „This tool tracks the amount of time you waste each day on distracting websites. Use it to become more productive and disciplined!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Wasted Time Tracker

Pobierz pliki rozszerzeń Wasted Time Tracker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        The Wasted Time Tracker is a Chrome Extension that tracks how much time you waste each day on unproductive, distracting websites. Simply input the URLs you'd like to track, and it will automatically start the timer each time you visit one of these websites. If you switch to another tab, or minimize your browser window, the timer will stop—meaning it will only track the actual time that you are legitimately spending on these websites.

The uncomfortable reality is that most of us waste an enormous amount of time each day on unproductive websites that are expertly designed to capture our attention and keep us engaged for as long as possible. We endlessly scroll a never-ending feed of TikTok videos or YouTube Shorts. We find ourselves compulsively navigating to Facebook or Reddit, and just scrolling and reading and browsing with no specific goal in mind. Social media videos autoplay, Netflix shows start one after the other to keep us binge-watching—and before we know it, we've cumulatively wasted several hours each day on these websites.

We might lie to ourselves and say that it's no big deal, because we only hop onto these websites every now and then for a few minutes at a time—but by using The Wasted Time Tracker, we're forced to confront exactly how much time we waste each day on these distractions. And what we inevitably find is that these small little chunks of time throughout the day add up to large amounts, sometimes several hours.

By making us more aware of how much time we waste, and on what specific websites, The Wasted Time Tracker is a powerful tool for driving increased productivity. It can help you stay focused on your goals and spend more time working on your top priorities. By breaking your bad browsing habits, you can become a much more effective person.

The key advantage of using The Wasted Time Tracker, compared against other online time tracking tools, is that when you visit one of your distracting websites, the timer will show up automatically on the actual webpage itself. Most other website usage tools, by comparison, have these statistics tucked away in some hidden dashboard that you have to take the initiative to click and examine. The Wasted Time Tracker forces the issue by having the timer pop up on the actual distracting websites themselves—so it's right there, in plain view, reminding you that you're currently wasting your time.

The timer is small and undistracting, but visible enough to be a constant reminder that you are not being productive. Reposition the timer to your liking, based on where you'd like it to sit on screen, and your unique settings will be saved for each separate URL—meaning URL #1 might have the timer automatically show up on the top left of the screen, whereas for URL #2, it can be optimally positioned at the bottom right, bottom center, etc.

If you'd like a break from the constant reminder that you're wasting so much time each day, simply click on the Wasted Time Tracker extension icon, and temporarily disable the on-screen timer by un-checking the display option at the bottom of the popup. Then whenever you're ready, navigate back there and re-activate the timer by re-checking the timer display setting.

The Wasted Time Tracker is a simple tool that will make you more effective and productive. It reminds you to stop wasting your time online, and it keeps you focused on your goals and your top priorities each day. Take control of your time and you take control of your life!                    

Podstawowe informacje o rozszerzeniu

Nazwa Wasted Time Tracker Wasted Time Tracker
ID oiibmafleaojfaniejpkfejomhpoblgp
Oficjalny URL https://chromewebstore.google.com/detail/wasted-time-tracker/oiibmafleaojfaniejpkfejomhpoblgp
Opis This tool tracks the amount of time you waste each day on distracting websites. Use it to become more productive and disciplined!
Rozmiar pliku 1.14 MB
Liczba instalacji 168
Aktualna Wersja 1.12
Ostatnia Aktualizacja 2023-07-29
Data Publikacji 2023-03-24
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper The Startup Idea Firehose
E-mail [email protected]
Typ Płatności in_app
Adres URL Strony Polityki Prywatności https://www.startupideafirehose.com/privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wasted Time Tracker",
    "description": "This tool tracks the amount of time you waste each day on distracting websites. Use it to become more productive and disciplined!",
    "version": "1.12",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "stopwatch 1.png"
    },
    "icons": {
        "16": "stopwatch 1.16.png",
        "32": "stopwatch 1.32.png",
        "48": "stopwatch 1.48.png",
        "128": "stopwatch 1.128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content_script_1.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ]
}