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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |