MetaPals
Welcoming the new digital era with MetaPals!
MetaPalsคืออะไร?
MetaPals เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://metapals.pet และคุณลักษณะหลักของมันคือ "Welcoming the new digital era with MetaPals!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MetaPals
ดาวน์โหลดไฟล์ส่วนขยาย MetaPals ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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! ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | jbkmjopbgbakeimmbhdaiaaegkjphkho |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/metapals/jbkmjopbgbakeimmbhdaiaaegkjphkho |
| คำอธิบาย | Welcoming the new digital era with MetaPals! |
| ขนาดไฟล์ | 5.49 MB |
| จำนวนการติดตั้ง | 8,017 |
| เวอร์ชันปัจจุบัน | 0.3.1 |
| อัปเดตครั้งล่าสุด | 2024-02-29 |
| วันที่เผยแพร่ | 2022-11-23 |
| คะแนน | 4.51/5 รวมทั้งหมด 39 คะแนน |
| ผู้พัฒนา | https://metapals.pet |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://metapals.pet |
| URL หน้าช่วยเหลือ | https://support.metapals.pet |
| URL หน้านโยบายความเป็นส่วนตัว | https://metapals.pet/terms |
| ภาษาที่รองรับ | 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": [
" | |