MetaPals
Welcoming the new digital era with MetaPals!
Cos'è MetaPals?
MetaPals è un'estensione di Chrome sviluppata da https://metapals.pet, e la sua funzione principale è "Welcoming the new digital era with MetaPals!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MetaPals
Scarica i file di estensione MetaPals 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
Experience a groundbreaking journey of companionships with MetaPals – the ultimate browser extension that's here to redefine your digital experience. Say goodbye to ordinary browsing and hello to a world where AI companions are your adorable pals!
But wait, there's more! MetaPals isn't just another add-on – it's a fusion of technology meets companionship, seamlessly blending AI with secure blockchain to offer you ownership, security, and unmatched emotional bond.
Here's why you'll love MetaPals:
Authentic Emotional Bonds: MetaPals uses AI to create genuine companions, fostering real bonds with each interaction that feel truly meaningful.
Secure Digital Ownership: Through blockchain, your companion remains exclusively yours
Engaging Community: Join our active community of like-minded individuals passionate with tech and companionships.
Ready to start your adventure? Add MetaPals to your Chrome browser today and discover a whole new dimension of online companionship! Informazioni di Base sull'Estensione
| Nome | |
| ID | jbkmjopbgbakeimmbhdaiaaegkjphkho |
| URL Ufficiale | https://chromewebstore.google.com/detail/metapals/jbkmjopbgbakeimmbhdaiaaegkjphkho |
| Descrizione | Welcoming the new digital era with MetaPals! |
| Dimensione del File | 5.49 MB |
| Conteggio Installazioni | 8,017 |
| Versione Corrente | 0.3.1 |
| Ultimo Aggiornamento | 2024-02-29 |
| Data di Pubblicazione | 2022-11-23 |
| Valutazione | 4.51/5 Totale 39 Valutazioni |
| Sviluppatore | https://metapals.pet |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://metapals.pet |
| URL della Pagina di Aiuto | https://support.metapals.pet |
| URL della Pagina della Politica sulla Privacy | https://metapals.pet/terms |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "MetaPals",
"description": "Welcoming the new digital era with MetaPals!",
"manifest_version": 3,
"action": [],
"permissions": [
"storage",
"activeTab",
"scripting",
"tabs",
"unlimitedStorage"
],
"externally_connectable": {
"ids": [
"*"
],
"matches": [
"*:\/\/localhost\/*",
"*:\/\/dashboard.metapals.dev\/*",
"*:\/\/metapals.pet\/*",
"*:\/\/beta-sanctuary.metapals.pet\/*",
"*:\/\/sanctuary.metapals.pet\/*",
"*:\/\/sanctuary.metapals.dev\/*",
"*:\/\/sanctuary.metapals.xyz\/*"
]
},
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"background": {
"service_worker": "background-wrapper.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_idle",
"js": [
"\/popup.js"
]
}
],
"host_permissions": [
" | |