Google Meet Plus - Remove Time

This extension will remove the 'Time' information at the top of banner in Google Meet

Τι είναι το Google Meet Plus - Remove Time;

Το Google Meet Plus - Remove Time είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον hyzhang, και η κύρια λειτουργία του είναι "This extension will remove the 'Time' information at the top of banner in Google Meet".

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

screenshot

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

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

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

                        Google Meet recently added a new feature to add a 'Time' information at the top of banner. For those people who don't want to see the 'Time' information, this extension will remove it.

Update History:
June. 8th 2020 - v0.92: Hotfix due to the recently Meet update                    

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

Όνομα Google Meet Plus - Remove Time Google Meet Plus - Remove Time
ID fknpogbbjooljojbnaenjikhijjfhjkm
Επίσημο URL https://chromewebstore.google.com/detail/google-meet-plus-remove-t/fknpogbbjooljojbnaenjikhijjfhjkm
Περιγραφή This extension will remove the 'Time' information at the top of banner in Google Meet
Μέγεθος Αρχείου 37.48 KB
Αριθμός Εγκαταστάσεων 160
Τρέχουσα Έκδοση 0.92
Τελευταία Ενημέρωση 2020-06-08
Ημερομηνία Δημοσίευσης 2020-06-08
Αξιολόγηση 4.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής hyzhang
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Meet Plus - Remove Time",
    "description": "This extension will remove the 'Time' information at the top of banner in Google Meet",
    "version": "0.92",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "removetime.js"
    ],
    "manifest_version": 2
}