Hologram

Become your virtual self on video.

什么是Hologram?

Hologram是由hologram.xyz开发的Chrome扩展程序,该扩展的主要功能是“Become your virtual self on video.”。

扩展截图

screenshot

下载Hologram扩展crx文件

下载Hologram扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
            ]
        }
    ]
}