Meet 4 Poker
Play Poker with your friends via Google Meet™ while social distancing. Please, games are for bragging points only!
Meet 4 Poker là gì?
Meet 4 Poker là một tiện ích mở rộng Chrome được phát triển bởi http://friendliigames.com, và tính năng chính của nó là "Play Poker with your friends via Google Meet™ while social distancing. Please, games are for bragging points only!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Meet 4 Poker
Tải xuống các tệp mở rộng Meet 4 Poker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ibmnangjaiaijbaiamjbdoknicbmpdik |
URL Chính Thức | https://chrome.google.com/webstore/detail/ibmnangjaiaijbaiamjbdoknicbmpdik |
Mô tả | Play Poker with your friends via Google Meet™ while social distancing. Please, games are for bragging points only! |
Kích Thước Tệp | 3 MB |
Số Lần Cài Đặt | 323 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2020-11-15 |
Ngày Phát Hành | 2020-07-04 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | http://friendliigames.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.friendliigames.com |
URL Trang Trợ Giúp | https://www.friendliigames.com/meet-4-poker-instructions/ |
URL Trang Chính Sách Bảo Mật | https://www.friendliigames.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |