Thumbs-Up!
A duplicate of Nod except not everybody has to have the extension installed!
Was ist Thumbs-Up!?
Thumbs-Up! ist eine Chrome-Erweiterung, die von Theo's Tech Tips entwickelt wurde, und ihr Hauptmerkmal ist "A duplicate of Nod except not everybody has to have the extension installed!".
Erweiterungsscreenshots
Thumbs-Up!-Erweiterungs-CRX-Datei herunterladen
Laden Sie Thumbs-Up!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension adds reactions to your google meet using the classic google meet chatbox! When you download it, adds a ton of icons to the bottom menu and when you press it, it tells you that it sent the reaction by showing it in the chatbox! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | knbioabcchimhfldmpmacnepocgjejgf |
| Offizielle URL | https://chromewebstore.google.com/detail/thumbs-up/knbioabcchimhfldmpmacnepocgjejgf |
| Beschreibung | A duplicate of Nod except not everybody has to have the extension installed! |
| Dateigröße | 39.9 KB |
| Installationsanzahl | 10,000 |
| Aktuelle Version | 0.2 |
| Letztes Update | 2022-11-15 |
| Veröffentlichungsdatum | 2020-11-23 |
| Bewertung | 2.00/5 Insgesamt 6 Bewertungen |
| Entwickler | Theo's Tech Tips |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Thumbs-Up!",
"description": "A duplicate of Nod except not everybody has to have the extension installed!",
"version": "0.2",
"content_scripts": [
{
"matches": [
"*:\/\/meet.google.com\/**-**-**"
],
"js": [
"jquery-3.6.1.min.js",
"content.js"
]
}
],
"action": {
"default_icon": "thumb.gif",
"default_popup": "popup.html"
}
} | |