Google Meet Pranks

Prank your teammates on Google Meet with this extension!

What is Google Meet Pranks?

Google Meet Pranks is a Chrome extension developed by guillermobarbadillo, and its main feature is "Prank your teammates on Google Meet with this extension!".

Extension Screenshots

screenshot

Download Google Meet Pranks Extension CRX File

Download Google Meet Pranks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Google Meet Pranks Google Meet Pranks
ID fijoailfojnppbaomieldjlfnkabphbh
Official URL https://chromewebstore.google.com/detail/google-meet-pranks/fijoailfojnppbaomieldjlfnkabphbh
Description Prank your teammates on Google Meet with this extension!
File Size 578 KB
Installation Count 270
Current Version 0.3
Last Updated 2023-07-31
Publish Date 2023-07-23
Rating 5.00/5 Total 2 Ratings
Developer guillermobarbadillo
Email [email protected]
Payment Type free
Extension Website https://github.com/ironbar/google_meet_pranks
Supported Languages 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\/*"
            ]
        }
    ]
}