Google Meet Fullscreen (“the extension”) is a browser extension that adds a fullscreen button to individual participant video tiles inside Google Meet. This document describes, in full, what data the extension handles.
The extension does not collect, store, transmit, sell, or share any personal information. It does not use analytics, does not contact any server, does not set cookies, and does not read any of the content of your meetings.
When you load a page at https://meet.google.com/*, the extension injects a small script that:
data-participant-id).element.requestFullscreen() API on the tile you clicked.That is the entire behavior. The extension does not access microphone, camera, clipboard, bookmarks, browsing history, cookies, passwords, or any other sensitive browser API.
host_permissions for https://meet.google.com/*: required so the content script can run on Meet pages and render the fullscreen button on top of video tiles.activeTab: standard permission used so the fullscreen API call is scoped to the currently active Meet tab.scripting: required by Chrome Manifest V3 for the extension to inject its own content script into Meet tabs. No remote code is ever fetched or executed; only the script bundled inside the extension's own package runs.The extension does not share any data with any third party, because no data is collected in the first place.
The extension does not knowingly collect data from anyone, including children under 13.
If the extension ever begins to handle data — even anonymously — this policy will be updated and the extension's listing in the Chrome Web Store will reflect the change before the new version is published.
The extension is open source. You can audit every line of code that runs on your machine at github.com/cbeltrangomez84/google-meet-fullscreen-extension.
Questions about this policy: open an issue at the repository linked above.