Hologram

Become your virtual self on video.

Hologram란 무엇입니까?

Hologram은(는) hologram.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Become your virtual self on video."입니다.

확장 프로그램 스크린샷

screenshot

Hologram 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The Hologram Extension allows you to become your virtual characters on video communication platforms like Google Meet, Discord, Gather and Slack.

On Hologram, you can login using your web3 wallet and select compatible avatars you own. Hologram replaces your video feed with the animated, face-tracked avatar that you selected.

For anonymous or pseudonymous users, you can also modulate the pitch of your voice in realtime through the extension. Hologram's realtime ML algorithms run completely locally in the browser, and does not collect any user data.

To create or acquire Hologram-compatible avatars, visit hologram.xyz. This extension is currently in beta.

- Become your main character 👾
- Flex your PFPs on video calls or town halls 💪
- Finally turn on your webcam, anons 🎭                    

확장 프로그램 기본 정보

이름 Hologram Hologram
ID oohijphjhalglmadbknnangmaelnncjd
공식 URL https://chromewebstore.google.com/detail/hologram/oohijphjhalglmadbknnangmaelnncjd
설명 Become your virtual self on video.
파일 크기 5.32 MB
설치 횟수 2,107
현재 버전 0.2.32
최근 업데이트 2023-09-04
출시 날짜 2022-02-08
평점 5.00/5 총 11 개의 평점
개발자 hologram.xyz
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://hologram.xyz
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Become your virtual self on video.",
    "version": "0.2.32",
    "manifest_version": 3,
    "name": "Hologram",
    "options_page": "options.html",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "background": {
        "service_worker": "bundle.background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/meet.google.com\/*",
                "*:\/\/discord.com\/*",
                "*:\/\/*.gather.town\/*",
                "*:\/\/*.slack.com\/*",
                "*:\/\/teams.live.com\/*",
                "*:\/\/*.restream.io\/*",
                "*:\/\/riverside.fm\/*"
            ],
            "js": [
                "bundle.contentScript.js"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        },
        {
            "resources": [
                "bundle.background.js",
                "bundle.contentScript.js",
                "swapMedia.js",
                "tone.js",
                "assets\/*",
                "config\/*"
            ],
            "matches": [
                "*:\/\/meet.google.com\/*",
                "*:\/\/discord.com\/*",
                "*:\/\/*.gather.town\/*",
                "*:\/\/*.slack.com\/*",
                "*:\/\/teams.live.com\/*",
                "*:\/\/*.restream.io\/*",
                "*:\/\/riverside.fm\/*"
            ]
        }
    ]
}