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!

Apa itu Wasted Time Tracker?

Wasted Time Tracker adalah ekstensi Chrome yang dikembangkan oleh The Startup Idea Firehose, dan fitur utamanya adalah "This tool tracks the amount of time you waste each day on distracting websites. Use it to become more productive and disciplined!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Wasted Time Tracker

Unduh file ekstensi Wasted Time Tracker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Wasted Time Tracker Wasted Time Tracker
ID oiibmafleaojfaniejpkfejomhpoblgp
URL Resmi https://chromewebstore.google.com/detail/wasted-time-tracker/oiibmafleaojfaniejpkfejomhpoblgp
Deskripsi This tool tracks the amount of time you waste each day on distracting websites. Use it to become more productive and disciplined!
Ukuran File 1.14 MB
Jumlah Instalasi 168
Versi Saat Ini 1.12
Terakhir Diperbarui 2023-07-29
Tanggal Publikasi 2023-03-24
Penilaian 5.00/5 Total 2 Penilaian
Pengembang The Startup Idea Firehose
Email [email protected]
Tipe Pembayaran in_app
URL Halaman Kebijakan Privasi https://www.startupideafirehose.com/privacy-policy
Bahasa yang Didukung 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"
        }
    ]
}