Time-Money

When you get too lazy to work or lose motivation, just start our extension. Time passes, and money accrues.

What is Time-Money?

Time-Money is a Chrome extension developed by Roman Rybachuk, and its main feature is "When you get too lazy to work or lose motivation, just start our extension. Time passes, and money accrues.".

Extension Screenshots

screenshot
screenshot

Download Time-Money Extension CRX File

Download Time-Money extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        What is the main motivation to perform well That's right - money, money and again, money! 💵💵💵

When you get lazy to work or lose motivation, just start our extension. Time passes and money accrues. 💸💸💸

One of the reasons to use an extension. 🤑 💰💰💰
-The work day has just started and you're not motivated to work today. 
-You have a lot of paid overtime, but you don't feel that money. 
-You just like to see how much you make per hour/day.                    

Extension Basic Information

Name Time-Money Time-Money
ID dmdomffmhgdpmnnlikklieapbbaegkfm
Official URL https://chromewebstore.google.com/detail/time-money/dmdomffmhgdpmnnlikklieapbbaegkfm
Description When you get too lazy to work or lose motivation, just start our extension. Time passes, and money accrues.
File Size 42.46 KB
Installation Count 43
Current Version 0.0.0.1
Last Updated 2023-10-01
Publish Date 2023-10-01
Rating 5.00/5 Total 4 Ratings
Developer Roman Rybachuk
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Time-Money",
    "description": "When you get too lazy to work or lose motivation, just start our extension. Time passes, and money accrues.",
    "version": "0.0.0.1",
    "icons": {
        "16": "\/assets\/icons\/icon16.png",
        "32": "\/assets\/icons\/icon32.png",
        "48": "\/assets\/icons\/icon48.png",
        "128": "\/assets\/icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/assets\/icons\/icon16.png",
            "32": "\/assets\/icons\/icon32.png",
            "48": "\/assets\/icons\/icon48.png",
            "128": "\/assets\/icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "\/ExtensionBackground.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "all_frames": false,
            "matches": [
                ""
            ],
            "js": [
                "\/ExtensionContent.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "extension_ids": []
        }
    ]
}