Time-Money

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

Cos'è Time-Money?

Time-Money è un'estensione di Chrome sviluppata da Roman Rybachuk, e la sua funzione principale è "When you get too lazy to work or lose motivation, just start our extension. Time passes, and money accrues.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Time-Money

Scarica i file di estensione Time-Money in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Time-Money Time-Money
ID dmdomffmhgdpmnnlikklieapbbaegkfm
URL Ufficiale https://chromewebstore.google.com/detail/time-money/dmdomffmhgdpmnnlikklieapbbaegkfm
Descrizione When you get too lazy to work or lose motivation, just start our extension. Time passes, and money accrues.
Dimensione del File 42.46 KB
Conteggio Installazioni 43
Versione Corrente 0.0.0.1
Ultimo Aggiornamento 2023-10-01
Data di Pubblicazione 2023-10-01
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Roman Rybachuk
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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": []
        }
    ]
}