Google Meet Games
Play famous games while waiting for the meeting to start!
¿Qué es Google Meet Games?
Google Meet Games es una extensión de Chrome desarrollada por H_reugo, y su función principal es "Play famous games while waiting for the meeting to start!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Google Meet Games
Descarga archivos de extensión Google Meet Games en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
No matter who you are, a student or an employee, having a virtual meeting has become a norm. Imagine this scenario, in the comfort of your home you get bored by listening to a 2 hour meeting, you open youtube or start playing your favorite game on the other screen. When suddenly, you get called to answer a question, you get nervous as you know you didn’t pay attention. This might have happened to you, if so, this extension can help alleviate this boredom by allowing you to play mini games right in your meeting, while paying attention to the discussion.
Información Básica de la Extensión
Nombre | Google Meet Games |
ID | mdaipajcamndhjlpgooficdgbkinkpnn |
URL Oficial | https://chromewebstore.google.com/detail/google-meet-games/mdaipajcamndhjlpgooficdgbkinkpnn |
Descripción | Play famous games while waiting for the meeting to start! |
Tamaño del Archivo | 407 KB |
Cantidad de Instalaciones | 394 |
Versión Actual | 1.0.0 |
Última Actualización | 2022-07-27 |
Fecha de Publicación | 2022-07-27 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | H_reugo |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://privacy-policy.hereugo.repl.co/privacy-policy.html |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet Games", "version": "1.0.0", "description": "Play famous games while waiting for the meeting to start!", "icons": { "16": "img\/icons\/icon-16.png", "48": "img\/icons\/icon-48.png", "128": "img\/icons\/icon-128.png" }, "web_accessible_resources": [ { "resources": [ "img\/*.svg", "img\/*.png" ], "matches": [ "https:\/\/meet.google.com\/*" ] } ], "content_scripts": [ { "matches": [ "*:\/\/meet.google.com\/**-**-**" ], "js": [ "js\/libraries\/jquery-3.6.0.min.js", "js\/libraries\/p5.min.js", "js\/src\/util.js", "js\/src\/translations.js", "js\/src\/templates.js", "js\/src\/cartridgeClass.js", "js\/src\/stationClass.js", "js\/games\/game_engine\/StateMachine.js", "js\/games\/game_engine\/AnimationHandler.js", "js\/games\/game_engine\/ParticleSystem.js", "js\/games\/game_engine\/GameLayers.js", "js\/games\/game_engine\/P5Handler.js", "js\/games\/game_engine\/Game.js", "js\/games\/minesweeper\/components.js", "js\/games\/minesweeper\/constants.js", "js\/games\/minesweeper\/cell.js", "js\/games\/minesweeper\/map.js", "js\/games\/minesweeper\/main.js", "js\/src\/contentScript.js" ], "css": [ "css\/pro.min.css", "css\/main.css" ] } ], "permissions": [ "storage" ], "manifest_version": 3 } |