Remove Controls for Google Meet
Removes everything except for the videos from Google Meet
Remove Controls for Google Meet क्या है?
Remove Controls for Google Meet bobsfriend12 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes everything except for the videos from Google Meet"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Remove Controls for Google Meet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is very useful for recording. Or just removing it if you don't want it. Features: - Remove Controls (the bottom bar where the mute and video buttons are and the top bar where the chat is) - Remove Names - Controls them separately or at the same time. This extension is open source. You can view the source code on github: https://github.com/bobsfriend12/google-meet-remove-controls Google Meet is a trademark of Google Inc.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | gdmbniblpdlaifpndhojadbjmkffjfmh |
आधिकारिक URL | https://chromewebstore.google.com/detail/remove-controls-for-googl/gdmbniblpdlaifpndhojadbjmkffjfmh |
विवरण | Removes everything except for the videos from Google Meet |
फ़ाइल का आकार | 58.87 KB |
स्थापना संख्या | 36 |
वर्तमान संस्करण | 1.1.2 |
अंतिम अपडेट | 2021-05-23 |
प्रकाशन तिथि | 2021-05-15 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | bobsfriend12 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/bobsfriend12/google-meet-remove-controls |
सहायता पृष्ठ URL | https://github.com/bobsfriend12/google-meet-remove-controls/issues/new |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remove Controls for Google Meet", "description": "Removes everything except for the videos from Google Meet", "author": "bobsfriend12", "icons": { "16": "logo16.png", "32": "logo32.png", "48": "logo48.png", "128": "logo128.png" }, "homepage_url": "https:\/\/github.com\/bobsfriend12\/google-meet-remove-controls", "version": "1.1.2", "manifest_version": 3, "permissions": [ "tabs", "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_title": "Hide Controls" }, "background": { "service_worker": "background.js" } } |