Remove Controls for Google Meet

Removes everything except for the videos from Google Meet

Τι είναι το Remove Controls for Google Meet;

Το Remove Controls for Google Meet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον bobsfriend12, και η κύρια λειτουργία του είναι "Removes everything except for the videos from Google Meet".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Remove Controls for Google Meet

Λήψη αρχείων επέκτασης Remove Controls for Google Meet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Remove Controls for Google Meet Remove Controls for Google Meet
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"
    }
}