Hologram
Become your virtual self on video.
Hologram क्या है?
Hologram hologram.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Become your virtual self on video."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hologram एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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\/*" ] } ] } |