Meet+
Meet+
What is Meet+?
Meet+ is a Chrome extension developed by Jarques, and its main feature is "Meet+".
Extension Screenshots
Download Meet+ Extension CRX File
Download Meet+ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Replace Raise Hand with a cat paw on google meet. New in 1.2: - Dark mode toggle for right column
Extension Basic Information
Name | |
ID | gjnmgjcjcfipdhiccnaceafjgokhnmlj |
Official URL | https://chromewebstore.google.com/detail/meet+/gjnmgjcjcfipdhiccnaceafjgokhnmlj |
Description | Meet+ |
File Size | 83.23 KB |
Installation Count | 84 |
Current Version | 1.2 |
Last Updated | 2021-06-04 |
Publish Date | 2021-01-29 |
Rating | 2.00/5 Total 3 Ratings |
Developer | Jarques |
[email protected] | |
Payment Type | free |
Extension Website | http://twitter.com/jarques |
Supported Languages | 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" } |