Meet 4 Poker
Play Poker with your friends via Google Meet™ while social distancing. Please, games are for bragging points only!
¿Qué es Meet 4 Poker?
Meet 4 Poker es una extensión de Chrome desarrollada por http://friendliigames.com, y su función principal es "Play Poker with your friends via Google Meet™ while social distancing. Please, games are for bragging points only!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Meet 4 Poker
Descarga archivos de extensión Meet 4 Poker 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
Meet 4 Poker allows you to play Poker with your friends using Google Meets. See and hear your friends as you go all in! Now that Google Meet is free to all gmail users, simply create a calendar event, invite friends, and make sure to indicate that you want a Google Meet. Up to 8 players. New features coming all the time. Friendlii games; Making Social Distancing, Social! Please, games are for bragging points only!
Información Básica de la Extensión
Nombre | |
ID | ibmnangjaiaijbaiamjbdoknicbmpdik |
URL Oficial | https://chrome.google.com/webstore/detail/ibmnangjaiaijbaiamjbdoknicbmpdik |
Descripción | Play Poker with your friends via Google Meet™ while social distancing. Please, games are for bragging points only! |
Tamaño del Archivo | 3 MB |
Cantidad de Instalaciones | 323 |
Versión Actual | 1.1.0 |
Última Actualización | 2020-11-15 |
Fecha de Publicación | 2020-07-04 |
Calificación | 5.00/5 Total de 5 Calificaciones |
Desarrollador | http://friendliigames.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.friendliigames.com |
URL de la Página de Ayuda | https://www.friendliigames.com/meet-4-poker-instructions/ |
URL de la Página de Política de Privacidad | https://www.friendliigames.com/privacy-policy |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Meet 4 Poker", "description": "Play Poker with your friends via Google Meet\u2122 while social distancing. Please, games are for bragging points only!", "permissions": [ "activeTab", "declarativeContent", "https:\/\/meet.google.com\/" ], "version": "1.1.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "css": [ "style.css" ] } ], "web_accessible_resources": [ "images\/*.png", "cards.ttf", "sounds\/*.mp3" ], "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/meet_poker16.png", "32": "images\/meet_poker32.png", "48": "images\/meet_poker48.png", "128": "images\/meet_poker128.png" } }, "icons": { "16": "images\/meet_poker16.png", "32": "images\/meet_poker32.png", "48": "images\/meet_poker48.png", "128": "images\/meet_poker128.png" } } |