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!

Wasted Time Trackerとは何ですか?

Wasted Time TrackerはThe Startup Idea Firehoseによって開発されたChromeの拡張機能で、その主な機能は「This tool tracks the amount of time you waste each day on distracting websites. Use it to become more productive and disciplined!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Wasted Time Tracker拡張機能のCRXファイルをダウンロード

Wasted Time Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Wasted Time Tracker Wasted Time Tracker
ID oiibmafleaojfaniejpkfejomhpoblgp
公式URL https://chromewebstore.google.com/detail/wasted-time-tracker/oiibmafleaojfaniejpkfejomhpoblgp
説明 This tool tracks the amount of time you waste each day on distracting websites. Use it to become more productive and disciplined!
ファイルサイズ 1.14 MB
インストール数 168
現在のバージョン 1.12
最終更新日 2023-07-29
公開日 2023-03-24
評価 5.00/5 合計 2 レビュー
開発者 The Startup Idea Firehose
Eメール [email protected]
支払い方法 in_app
プライバシーポリシーページのURL https://www.startupideafirehose.com/privacy-policy
対応言語 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"
        }
    ]
}