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 هو إضافة Chrome تم تطويرها بواسطة http://friendliigames.com، والميزة الرئيسية لها هي "Play Poker with your friends via Google Meet™ while social distancing. Please, games are for bragging points only!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Meet 4 Poker
قم بتنزيل ملفات الامتداد Meet 4 Poker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | https://www.friendliigames.com/meet-4-poker-instructions/ |
عنوان صفحة سياسة الخصوصية | 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" } } |