Age Counter MeaVana
Age Counter MeaVana: Value your Time
Age Counter MeaVana là gì?
Age Counter MeaVana là một tiện ích mở rộng Chrome được phát triển bởi https://meavana.com, và tính năng chính của nó là "Age Counter MeaVana: Value your Time".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Age Counter MeaVana
Tải xuống các tệp mở rộng Age Counter MeaVana dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
🕥🕥 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! 🆓
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Age Counter MeaVana |
ID | cbccddbnmceadmpejlafibndocblplim |
URL Chính Thức | https://chromewebstore.google.com/detail/age-counter-meavana/cbccddbnmceadmpejlafibndocblplim |
Mô tả | Age Counter MeaVana: Value your Time |
Kích Thước Tệp | 122 KB |
Số Lần Cài Đặt | 80 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2024-01-18 |
Ngày Phát Hành | 2023-11-10 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://meavana.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.meavana.com/ |
URL Trang Trợ Giúp | https://www.meavana.com/contact |
Ngôn Ngữ Được Hỗ Trợ | 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": [ "*:\/\/*\/*" ] } ] } |