Google Meet Games
Play famous games while waiting for the meeting to start!
Google Meet Games क्या है?
Google Meet Games H_reugo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play famous games while waiting for the meeting to start!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Meet Games एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 } |