MetaPals
Welcoming the new digital era with MetaPals!
什么是MetaPals?
MetaPals是由https://metapals.pet开发的Chrome扩展程序,该扩展的主要功能是“Welcoming the new digital era with MetaPals!”。
扩展截图
下载MetaPals扩展crx文件
下载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": [
" | |