Google Meet Matrix Rain
You don't even see the code. All you see is yourself.
What is Google Meet Matrix Rain?
Google Meet Matrix Rain is a Chrome extension developed by Crossing, and its main feature is "You don't even see the code. All you see is yourself.".
Extension Screenshots
Download Google Meet Matrix Rain Extension CRX File
Download Google Meet Matrix Rain extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A filter for Google Meet that turns your face into the cliche digital rain.
Extension Basic Information
Name | Google Meet Matrix Rain |
ID | ihadpecfbccmcbpdlinbcmflaiddfion |
Official URL | https://chromewebstore.google.com/detail/google-meet-matrix-rain/ihadpecfbccmcbpdlinbcmflaiddfion |
Description | You don't even see the code. All you see is yourself. |
File Size | 7.8 KB |
Installation Count | 4,480 |
Current Version | 1.0 |
Last Updated | 2020-07-14 |
Publish Date | 2020-07-14 |
Rating | 3.31/5 Total 26 Ratings |
Developer | Crossing |
[email protected] | |
Payment Type | free |
Extension Website | https://x-ing.space |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet Matrix Rain", "version": "1.0", "author": "Xing (x-ing.space)", "description": "You don't even see the code. All you see is yourself.", "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "script.webextension.js" ] } ], "page_action": { "default_icon": { "128": "icon.png" } }, "icons": { "128": "icon.png" }, "manifest_version": 2 } |