Google Meet Pranks

Prank your teammates on Google Meet with this extension!

Google Meet Pranks là gì?

Google Meet Pranks là một tiện ích mở rộng Chrome được phát triển bởi guillermobarbadillo, và tính năng chính của nó là "Prank your teammates on Google Meet with this extension!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Google Meet Pranks

Tải xuống các tệp mở rộng Google Meet Pranks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Google Meet Pranks Google Meet Pranks
ID fijoailfojnppbaomieldjlfnkabphbh
URL Chính Thức https://chromewebstore.google.com/detail/google-meet-pranks/fijoailfojnppbaomieldjlfnkabphbh
Mô tả Prank your teammates on Google Meet with this extension!
Kích Thước Tệp 578 KB
Số Lần Cài Đặt 270
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2023-07-31
Ngày Phát Hành 2023-07-23
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển guillermobarbadillo
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ironbar/google_meet_pranks
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}