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!
拡張機能の基本情報
名前 | MetaPals |
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 |
Eメール | [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": [ " |