Age Counter MeaVana
Age Counter MeaVana: Value your Time
ما هو Age Counter MeaVana؟
Age Counter MeaVana هو إضافة Chrome تم تطويرها بواسطة https://meavana.com، والميزة الرئيسية لها هي "Age Counter MeaVana: Value your Time".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Age Counter MeaVana
قم بتنزيل ملفات الامتداد Age Counter MeaVana بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
🕥🕥 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 |
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 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.meavana.com/ |
عنوان صفحة المساعدة | 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": [ "*:\/\/*\/*" ] } ] } |