Meet view all

Meet view all

What is Meet view all?

Meet view all is a Chrome extension developed by Kohsa, and its main feature is "Meet view all".

Extension Screenshots

screenshot

Download Meet view all Extension CRX File

Download Meet view all 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

                        Able to see all in meet in one screen

To make it work:

1. Ensure that no other grid extensions are active.
2. Change layout to Tiled View.
3. Adjust the slider to Maximum number of videos (49)
4. Set Zoom level of Browser to 75% (use the Ctrl key and “-”)


[1.6 Fix]
Chat Toggle issue fixed                    

Extension Basic Information

Name Meet view all Meet view all
ID ncdkpefkincbindoojieajcilimcjaae
Official URL https://chromewebstore.google.com/detail/meet-view-all/ncdkpefkincbindoojieajcilimcjaae
Description Meet view all
File Size 37.81 KB
Installation Count 6,697
Current Version 1.6
Last Updated 2021-03-06
Publish Date 2021-02-21
Rating 3.67/5 Total 3 Ratings
Developer Kohsa
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "author": "",
    "browser_action": {
        "default_icon": {
            "24": "icon24.png",
            "36": "icon36.png",
            "48": "icon48.png"
        },
        "default_popup": "popup.html",
        "default_title": "Meet view all"
    },
    "content_scripts": [
        {
            "js": [
                "browser-polyfill.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Meet view all",
    "icons": {
        "128": "icon128.png",
        "24": "icon24.png",
        "36": "icon36.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Meet view all",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6",
    "web_accessible_resources": [
        "grid.user.js"
    ]
}