Age Counter MeaVana

Age Counter MeaVana: Value your Time

O que é Age Counter MeaVana?

Age Counter MeaVana é uma extensão do Chrome desenvolvida por https://meavana.com, e sua principal característica é "Age Counter MeaVana: Value your Time".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Age Counter MeaVana

Baixe arquivos de extensão Age Counter MeaVana no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Age Counter MeaVana Age Counter MeaVana
ID cbccddbnmceadmpejlafibndocblplim
URL Oficial https://chromewebstore.google.com/detail/age-counter-meavana/cbccddbnmceadmpejlafibndocblplim
Descrição Age Counter MeaVana: Value your Time
Tamanho do Arquivo 122 KB
Contagem de Instalações 80
Versão Atual 0.0.3
Última Atualização 2024-01-18
Data de Publicação 2023-11-10
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor https://meavana.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.meavana.com/
URL da Página de Ajuda https://www.meavana.com/contact
Idiomas Suportados 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}