Meet SPECulator

Recommends Google Meet performance settings based on device CPU/memory.

What is Meet SPECulator?

Meet SPECulator is a Chrome extension developed by Jay Lee, and its main feature is "Recommends Google Meet performance settings based on device CPU/memory.".

Extension Screenshots

screenshot
screenshot

Download Meet SPECulator Extension CRX File

Download Meet SPECulator 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

                        Meet SPECulator helps determine the recommended settings for Google Meet based on your device's CPU and RAM. These settings include tiled or spotlight layout, presenting, high definition 720p video and max other tabs / apps the user should have running.                    

Extension Basic Information

Name Meet SPECulator Meet SPECulator
ID iglfcecnnhmjcbckbgglmjodcgobnefb
Official URL https://chromewebstore.google.com/detail/meet-speculator/iglfcecnnhmjcbckbgglmjodcgobnefb
Description Recommends Google Meet performance settings based on device CPU/memory.
File Size 14.12 KB
Installation Count 135
Current Version 1.04
Last Updated 2020-12-09
Publish Date 2020-10-06
Developer Jay Lee
Email [email protected]
Payment Type free
Extension Website https://github.com/jay0lee/meet-speculator
Help Page URL https://github.com/jay0lee/meet-speculator/issues
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Meet SPECulator",
    "short_name": "Meet SPECulator",
    "description": "Recommends Google Meet performance settings based on device CPU\/memory.",
    "version": "1.04",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Meet SPECulator"
    },
    "minimum_chrome_version": "66",
    "permissions": [
        "system.cpu",
        "system.memory"
    ],
    "storage": {
        "managed_schema": "schema.json"
    }
}