Google Meet Games

Play famous games while waiting for the meeting to start!

Google Meet Games란 무엇입니까?

Google Meet Games은(는) H_reugo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play famous games while waiting for the meeting to start!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Google Meet Games 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        No matter who you are, a student or an employee, having a virtual meeting has become a norm. 

Imagine this scenario, in the comfort of your home you get bored by listening to a 2 hour meeting, you open youtube or start playing your favorite game on the other screen. When suddenly, you get called to answer a question, you get nervous as you know you didn’t pay attention.
This might have happened to you, if so, this extension can help alleviate this boredom by allowing you to play mini games right in your meeting, while paying attention to the discussion.                    

확장 프로그램 기본 정보

이름 Google Meet Games Google Meet Games
ID mdaipajcamndhjlpgooficdgbkinkpnn
공식 URL https://chromewebstore.google.com/detail/google-meet-games/mdaipajcamndhjlpgooficdgbkinkpnn
설명 Play famous games while waiting for the meeting to start!
파일 크기 407 KB
설치 횟수 394
현재 버전 1.0.0
최근 업데이트 2022-07-27
출시 날짜 2022-07-27
평점 5.00/5 총 1 개의 평점
개발자 H_reugo
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://privacy-policy.hereugo.repl.co/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Meet Games",
    "version": "1.0.0",
    "description": "Play famous games while waiting for the meeting to start!",
    "icons": {
        "16": "img\/icons\/icon-16.png",
        "48": "img\/icons\/icon-48.png",
        "128": "img\/icons\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*.svg",
                "img\/*.png"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/meet.google.com\/**-**-**"
            ],
            "js": [
                "js\/libraries\/jquery-3.6.0.min.js",
                "js\/libraries\/p5.min.js",
                "js\/src\/util.js",
                "js\/src\/translations.js",
                "js\/src\/templates.js",
                "js\/src\/cartridgeClass.js",
                "js\/src\/stationClass.js",
                "js\/games\/game_engine\/StateMachine.js",
                "js\/games\/game_engine\/AnimationHandler.js",
                "js\/games\/game_engine\/ParticleSystem.js",
                "js\/games\/game_engine\/GameLayers.js",
                "js\/games\/game_engine\/P5Handler.js",
                "js\/games\/game_engine\/Game.js",
                "js\/games\/minesweeper\/components.js",
                "js\/games\/minesweeper\/constants.js",
                "js\/games\/minesweeper\/cell.js",
                "js\/games\/minesweeper\/map.js",
                "js\/games\/minesweeper\/main.js",
                "js\/src\/contentScript.js"
            ],
            "css": [
                "css\/pro.min.css",
                "css\/main.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "manifest_version": 3
}