Thumbs-Up!
A duplicate of Nod except not everybody has to have the extension installed!
Hvad er Thumbs-Up!?
Thumbs-Up! er en Chrome-udvidelse udviklet af Theo's Tech Tips, og dens hovedfunktion er "A duplicate of Nod except not everybody has to have the extension installed!".
Udvidelsesskærmbilleder
Download Thumbs-Up!-udvidelses-CRX-fil
Download Thumbs-Up!-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | knbioabcchimhfldmpmacnepocgjejgf |
| Officiel URL | https://chromewebstore.google.com/detail/thumbs-up/knbioabcchimhfldmpmacnepocgjejgf |
| Beskrivelse | A duplicate of Nod except not everybody has to have the extension installed! |
| Filstørrelse | 39.9 KB |
| Antal Installationer | 10,000 |
| Nuværende Version | 0.2 |
| Senest Opdateret | 2022-11-15 |
| Udgivelsesdato | 2020-11-23 |
| Bedømmelse | 2.00/5 Samlet 6 Bedømmelser |
| Udvikler | Theo's Tech Tips |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |