Meet 4 Poker
Play Poker with your friends via Google Meet™ while social distancing. Please, games are for bragging points only!
Qu'est-ce que Meet 4 Poker ?
Meet 4 Poker est une extension Chrome développée par http://friendliigames.com, et sa fonction principale est "Play Poker with your friends via Google Meet™ while social distancing. Please, games are for bragging points only!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Meet 4 Poker
Téléchargez les fichiers d'extension Meet 4 Poker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | ibmnangjaiaijbaiamjbdoknicbmpdik |
URL Officiel | https://chrome.google.com/webstore/detail/ibmnangjaiaijbaiamjbdoknicbmpdik |
Description | Play Poker with your friends via Google Meet™ while social distancing. Please, games are for bragging points only! |
Taille du Fichier | 3 MB |
Nombre d'Installations | 323 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2020-11-15 |
Date de Publication | 2020-07-04 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | http://friendliigames.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.friendliigames.com |
URL de la Page d'Aide | https://www.friendliigames.com/meet-4-poker-instructions/ |
URL de la Page de Politique de Confidentialité | https://www.friendliigames.com/privacy-policy |
Langues Prises en Charge | 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" } } |