Age Counter MeaVana
Age Counter MeaVana: Value your Time
Cos'è Age Counter MeaVana?
Age Counter MeaVana è un'estensione di Chrome sviluppata da https://meavana.com, e la sua funzione principale è "Age Counter MeaVana: Value your Time".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Age Counter MeaVana
Scarica i file di estensione Age Counter MeaVana in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
🕥🕥 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! 🆓
Informazioni di Base sull'Estensione
Nome | Age Counter MeaVana |
ID | cbccddbnmceadmpejlafibndocblplim |
URL Ufficiale | https://chromewebstore.google.com/detail/age-counter-meavana/cbccddbnmceadmpejlafibndocblplim |
Descrizione | Age Counter MeaVana: Value your Time |
Dimensione del File | 122 KB |
Conteggio Installazioni | 80 |
Versione Corrente | 0.0.3 |
Ultimo Aggiornamento | 2024-01-18 |
Data di Pubblicazione | 2023-11-10 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | https://meavana.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.meavana.com/ |
URL della Pagina di Aiuto | https://www.meavana.com/contact |
Lingue Supportate | 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": [ "*:\/\/*\/*" ] } ] } |