Meet 4 Poker
Play Poker with your friends via Google Meet™ while social distancing. Please, games are for bragging points only!
什么是Meet 4 Poker?
Meet 4 Poker是由http://friendliigames.com开发的Chrome扩展程序,该扩展的主要功能是“Play Poker with your friends via Google Meet™ while social distancing. Please, games are for bragging points only!”。
扩展截图
下载Meet 4 Poker扩展crx文件
下载Meet 4 Poker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | |
ID | ibmnangjaiaijbaiamjbdoknicbmpdik |
官方URL | https://chrome.google.com/webstore/detail/ibmnangjaiaijbaiamjbdoknicbmpdik |
简介 | Play Poker with your friends via Google Meet™ while social distancing. Please, games are for bragging points only! |
文件大小 | 3 MB |
安装次数 | 323 |
当前版本 | 1.1.0 |
更新时间 | 2020-11-15 |
上架时间 | 2020-07-04 |
评分 | 5.00/5 共5次评分 |
开发者 | http://friendliigames.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.friendliigames.com |
帮助页面URL | https://www.friendliigames.com/meet-4-poker-instructions/ |
隐私政策页面URL | https://www.friendliigames.com/privacy-policy |
支持的语言 | 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" } } |