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!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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!                    

拡張機能の基本情報

名前 Meet 4 Poker Meet 4 Poker
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
Eメール [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"
    }
}