Time-Money

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

Time-Money क्या है?

Time-Money Roman Rybachuk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "When you get too lazy to work or lose motivation, just start our extension. Time passes, and money accrues."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Time-Money एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Time-Money Time-Money
ID dmdomffmhgdpmnnlikklieapbbaegkfm
आधिकारिक URL https://chromewebstore.google.com/detail/time-money/dmdomffmhgdpmnnlikklieapbbaegkfm
विवरण When you get too lazy to work or lose motivation, just start our extension. Time passes, and money accrues.
फ़ाइल का आकार 42.46 KB
स्थापना संख्या 43
वर्तमान संस्करण 0.0.0.1
अंतिम अपडेट 2023-10-01
प्रकाशन तिथि 2023-10-01
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Roman Rybachuk
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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": []
        }
    ]
}