MetaPals
Welcoming the new digital era with MetaPals!
MetaPals란 무엇입니까?
MetaPals은(는) https://metapals.pet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Welcoming the new digital era with MetaPals!"입니다.
확장 프로그램 스크린샷
MetaPals 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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": [ " |