Google Meet Pranks

Prank your teammates on Google Meet with this extension!

Cos'è Google Meet Pranks?

Google Meet Pranks è un'estensione di Chrome sviluppata da guillermobarbadillo, e la sua funzione principale è "Prank your teammates on Google Meet with this extension!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Google Meet Pranks

Scarica i file di estensione Google Meet Pranks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Google Meet Pranks Google Meet Pranks
ID fijoailfojnppbaomieldjlfnkabphbh
URL Ufficiale https://chromewebstore.google.com/detail/google-meet-pranks/fijoailfojnppbaomieldjlfnkabphbh
Descrizione Prank your teammates on Google Meet with this extension!
Dimensione del File 578 KB
Conteggio Installazioni 270
Versione Corrente 0.3
Ultimo Aggiornamento 2023-07-31
Data di Pubblicazione 2023-07-23
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore guillermobarbadillo
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ironbar/google_meet_pranks
Lingue Supportate 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\/*"
            ]
        }
    ]
}