Google Meet Pranks
Prank your teammates on Google Meet with this extension!
Co to jest Google Meet Pranks?
Google Meet Pranks to rozszerzenie Chrome opracowane przez guillermobarbadillo, a jego główną funkcją jest „Prank your teammates on Google Meet with this extension!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Google Meet Pranks
Pobierz pliki rozszerzeń Google Meet Pranks w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Google Meet Pranks |
ID | fijoailfojnppbaomieldjlfnkabphbh |
Oficjalny URL | https://chromewebstore.google.com/detail/google-meet-pranks/fijoailfojnppbaomieldjlfnkabphbh |
Opis | Prank your teammates on Google Meet with this extension! |
Rozmiar pliku | 578 KB |
Liczba instalacji | 270 |
Aktualna Wersja | 0.3 |
Ostatnia Aktualizacja | 2023-07-31 |
Data Publikacji | 2023-07-23 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | guillermobarbadillo |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/ironbar/google_meet_pranks |
Obsługiwane Języki | 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\/*" ] } ] } |