Age Counter MeaVana

Age Counter MeaVana: Value your Time

Was ist Age Counter MeaVana?

Age Counter MeaVana ist eine Chrome-Erweiterung, die von https://meavana.com entwickelt wurde, und ihr Hauptmerkmal ist "Age Counter MeaVana: Value your Time".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Age Counter MeaVana-Erweiterungs-CRX-Datei herunterladen

Laden Sie Age Counter MeaVana-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        🕥🕥 Welcome to the MeaVana Age Counter 🕥🕥

A wonderful reminder of the incredible value of time - how precious it is, and how inevitably it ticks away... 

Seize the moment and motivate yourself with every new tab you open through the MeaVana Age Counter! 

The best age counter out in the market - and completely FREE! 🆓                    

Grundlegende Informationen zur Erweiterung

Name Age Counter MeaVana Age Counter MeaVana
ID cbccddbnmceadmpejlafibndocblplim
Offizielle URL https://chromewebstore.google.com/detail/age-counter-meavana/cbccddbnmceadmpejlafibndocblplim
Beschreibung Age Counter MeaVana: Value your Time
Dateigröße 122 KB
Installationsanzahl 80
Aktuelle Version 0.0.3
Letztes Update 2024-01-18
Veröffentlichungsdatum 2023-11-10
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler https://meavana.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.meavana.com/
Hilfeseite URL https://www.meavana.com/contact
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "homepage_url": "https:\/\/meavana.com",
    "name": "Age Counter MeaVana",
    "short_name": "ACM",
    "version": "0.0.3",
    "description": "Age Counter MeaVana: Value your Time",
    "permissions": [
        "storage"
    ],
    "options_page": "src\/pages\/options\/index.html",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": {
            "16": "16x16.png",
            "24": "24x24.png",
            "32": "32x32.png",
            "48": "48x48.png",
            "128": "128x128.png"
        }
    },
    "icons": {
        "16": "16x16.png",
        "24": "24x24.png",
        "32": "32x32.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "chrome_url_overrides": {
        "newtab": "src\/pages\/newtab\/index.html"
    },
    "content_scripts": [],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "16x16.png",
                "24x24.png",
                "32x32.png",
                "48x48.png",
                "128x128.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}