Meet+
Meet+
Cos'è Meet+?
Meet+ è un'estensione di Chrome sviluppata da Jarques, e la sua funzione principale è "Meet+".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Meet+
Scarica i file di estensione Meet+ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Replace Raise Hand with a cat paw on google meet. New in 1.2: - Dark mode toggle for right column
Informazioni di Base sull'Estensione
Nome | |
ID | gjnmgjcjcfipdhiccnaceafjgokhnmlj |
URL Ufficiale | https://chromewebstore.google.com/detail/meet+/gjnmgjcjcfipdhiccnaceafjgokhnmlj |
Descrizione | Meet+ |
Dimensione del File | 83.23 KB |
Conteggio Installazioni | 84 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2021-06-04 |
Data di Pubblicazione | 2021-01-29 |
Valutazione | 2.00/5 Totale 3 Valutazioni |
Sviluppatore | Jarques |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://twitter.com/jarques |
Lingue Supportate | en-US |
manifest.json | |
{ "content_scripts": [ { "all_frames": true, "css": [ "style.css" ], "js": [ "js\/jquery.js", "js\/meet.js" ], "matches": [ "https:\/\/meet.google.com\/*", "https:\/\/api.twitch.tv\/*" ] } ], "description": "Meet+", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png", "48": "images\/icon-48.png" }, "manifest_version": 2, "name": "Meet+", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2" } |