Google Meet Matrix Rain
You don't even see the code. All you see is yourself.
Wat is Google Meet Matrix Rain?
Google Meet Matrix Rain is een Chrome-extensie ontwikkeld door Crossing, en de belangrijkste functie is "You don't even see the code. All you see is yourself.".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Meet Matrix Rain
Download Google Meet Matrix Rain-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A filter for Google Meet that turns your face into the cliche digital rain. Basisinformatie over de Extensie
| Naam | |
| ID | ihadpecfbccmcbpdlinbcmflaiddfion |
| Officiële URL | https://chromewebstore.google.com/detail/google-meet-matrix-rain/ihadpecfbccmcbpdlinbcmflaiddfion |
| Beschrijving | You don't even see the code. All you see is yourself. |
| Bestandsgrootte | 7.8 KB |
| Aantal Installaties | 4,480 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2020-07-14 |
| Publicatiedatum | 2020-07-14 |
| Beoordeling | 3.31/5 Totaal 26 Beoordelingen |
| Ontwikkelaar | Crossing |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://x-ing.space |
| Ondersteunde Talen | 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
} | |