Hologram

Become your virtual self on video.

Τι είναι το Hologram;

Το Hologram είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον hologram.xyz, και η κύρια λειτουργία του είναι "Become your virtual self on video.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Hologram

Λήψη αρχείων επέκτασης 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\/*"
            ]
        }
    ]
}