Age Counter MeaVana

Age Counter MeaVana: Value your Time

Co to jest Age Counter MeaVana?

Age Counter MeaVana to rozszerzenie Chrome opracowane przez https://meavana.com, a jego główną funkcją jest „Age Counter MeaVana: Value your Time”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Age Counter MeaVana

Pobierz pliki rozszerzeń Age Counter MeaVana w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        🕥🕥 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! 🆓                    

Podstawowe informacje o rozszerzeniu

Nazwa Age Counter MeaVana Age Counter MeaVana
ID cbccddbnmceadmpejlafibndocblplim
Oficjalny URL https://chromewebstore.google.com/detail/age-counter-meavana/cbccddbnmceadmpejlafibndocblplim
Opis Age Counter MeaVana: Value your Time
Rozmiar pliku 122 KB
Liczba instalacji 80
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2024-01-18
Data Publikacji 2023-11-10
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper https://meavana.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.meavana.com/
Adres URL Strony Pomocy https://www.meavana.com/contact
Obsługiwane Języki 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}