Google Meet Pranks
Prank your teammates on Google Meet with this extension!
Co je Google Meet Pranks?
Google Meet Pranks je rozšíření Chrome vyvinuté guillermobarbadillo, a jeho hlavní funkcí je „Prank your teammates on Google Meet with this extension!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Google Meet Pranks
Stáhněte si soubory rozšíření Google Meet Pranks ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Currently this extension can: - Kick out everyone out of the meeting - Send a crazy number of reactions (thumbs up, emojis...) Please leave your feedback and add suggestions on Github: https://github.com/ironbar/google_meet_pranks
Základní Informace o Rozšíření
Název | Google Meet Pranks |
ID | fijoailfojnppbaomieldjlfnkabphbh |
Oficiální URL | https://chromewebstore.google.com/detail/google-meet-pranks/fijoailfojnppbaomieldjlfnkabphbh |
Popis | Prank your teammates on Google Meet with this extension! |
Velikost souboru | 578 KB |
Počet instalací | 270 |
Aktuální Verze | 0.3 |
Poslední Aktualizace | 2023-07-31 |
Datum Vydání | 2023-07-23 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | guillermobarbadillo |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/ironbar/google_meet_pranks |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Google Meet Pranks", "description": "Prank your teammates on Google Meet with this extension!", "version": "0.3", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_popup": "popup.html" }, "permissions": [ "scripting", "activeTab" ], "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/meet.google.com\/*" ] } ] } |