Age Counter MeaVana

Age Counter MeaVana: Value your Time

Age Counter MeaVanaとは何ですか?

Age Counter MeaVanaはhttps://meavana.comによって開発されたChromeの拡張機能で、その主な機能は「Age Counter MeaVana: Value your Time」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Age Counter MeaVana拡張機能のCRXファイルをダウンロード

Age Counter MeaVana拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Age Counter MeaVana Age Counter MeaVana
ID cbccddbnmceadmpejlafibndocblplim
公式URL https://chromewebstore.google.com/detail/age-counter-meavana/cbccddbnmceadmpejlafibndocblplim
説明 Age Counter MeaVana: Value your Time
ファイルサイズ 122 KB
インストール数 80
現在のバージョン 0.0.3
最終更新日 2024-01-18
公開日 2023-11-10
評価 5.00/5 合計 6 レビュー
開発者 https://meavana.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.meavana.com/
ヘルプページのURL https://www.meavana.com/contact
対応言語 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}