Google Meet Pranks
Prank your teammates on Google Meet with this extension!
什么是Google Meet Pranks?
Google Meet Pranks是由guillermobarbadillo开发的Chrome扩展程序,该扩展的主要功能是“Prank your teammates on Google Meet with this extension!”。
扩展截图
下载Google Meet Pranks扩展crx文件
下载Google Meet Pranks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Google Meet Pranks |
ID | fijoailfojnppbaomieldjlfnkabphbh |
官方URL | https://chromewebstore.google.com/detail/google-meet-pranks/fijoailfojnppbaomieldjlfnkabphbh |
简介 | Prank your teammates on Google Meet with this extension! |
文件大小 | 578 KB |
安装次数 | 270 |
当前版本 | 0.3 |
更新时间 | 2023-07-31 |
上架时间 | 2023-07-23 |
评分 | 5.00/5 共2次评分 |
开发者 | guillermobarbadillo |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/ironbar/google_meet_pranks |
支持的语言 | 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\/*" ] } ] } |