Chrome Captions

Edit the Size of Google Meet Captions

What is Chrome Captions?

Chrome Captions is a Chrome extension developed by crippit, and its main feature is "Edit the Size of Google Meet Captions".

Extension Screenshots

screenshot
screenshot

Download Chrome Captions Extension CRX File

Download Chrome Captions 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

                        Find that the Google Meet Closed Caption text is too large? This extension simply makes the text smaller and reduces the space that they take up on the screen.                    

Extension Basic Information

Name Chrome Captions Chrome Captions
ID cokkbanbamfmjfdebhdmgklloijikeho
Official URL https://chromewebstore.google.com/detail/chrome-captions/cokkbanbamfmjfdebhdmgklloijikeho
Description Edit the Size of Google Meet Captions
File Size 4.9 KB
Installation Count 19
Current Version 0.1.0
Last Updated 2022-01-18
Publish Date 2022-01-17
Developer crippit
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.truenorthpd.ca/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Captions",
    "version": "0.1.0",
    "description": "Edit the Size of Google Meet Captions",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/meet.google.com\/*"
    ]
}