Расширение «Чистильщик вкладок видеовстреч» (Meeting Tab Cleaner). Редакция от 4 сентября 2026 года.
Расширение не собирает никаких данных, не отправляет их никуда и не делает ни одного сетевого запроса. У него нет ни сервера, ни аналитики, ни аккаунтов.
Чтобы закрыть вкладку, оставшуюся после встречи, расширение обращается к адресам открытых вкладок на сайтах двенадцати сервисов видеосвязи. Для пяти из них — Яндекс Телемост, Zoom, Microsoft Teams, Cisco Webex, GoTo Meeting — доступ запрашивается при установке. Для остальных семи — Google Meet, Контур.Толк, МТС Линк, СБЕР Джаз, Jitsi Meet, Whereby, Amazon Chime — доступа нет, пока вы сами не включите платформу в настройках и не подтвердите запрос браузера; выключение платформы отзывает доступ. Адрес нужен ровно для одного: понять, что перед нами страница встречи, которую можно убрать, когда встреча закончилась.
Проверка идёт целиком внутри браузера, и её результат нигде не сохраняется. Адреса не записываются, не накапливаются и не покидают устройство.
Содержимое страниц расширение не читает и не изменяет. Скрипт, который оно внедряет на страницы встреч, отвечает только на четыре вопроса: смотрит ли пользователь на эту вкладку, установлено ли в ней соединение видеосвязи (WebRTC), удерживает ли страница камеру, микрофон или экран и проигрывается ли в ней медиа. Это защита от закрытия вкладки, в которой действительно идёт звонок или ожидание входа во встречу.
Чтобы ответить на второй и третий вопросы, скрипт оборачивает два
стандартных интерфейса браузера — RTCPeerConnection
и getUserMedia/getDisplayMedia — и только считает
живые соединения и дорожки. Сам звонок, видео, звук и данные соединения он
не читает, не записывает и не изменяет.
chrome.storage.sync, поэтому
синхронизируются между вашими браузерами средствами самого браузера,
если вы включили синхронизацию в его настройках. Разработчику они
недоступны.chrome.storage.local и не покидает это устройство.Удаление расширения удаляет и то и другое.
tabs, которое дало бы доступ
к адресам всех вкладок браузера.Если политика изменится, новая редакция появится на этой странице с новой датой. Если расширение когда-нибудь начнёт обращаться к сети, это будет описано здесь до выпуска такой версии.
Вопросы — на почту поддержки, указанную в карточке расширения в Chrome Web Store.
English
Meeting Tab Cleaner browser extension. Version of 4 September 2026.
This extension collects no data, sends nothing anywhere, and makes no network requests. It has no server, no analytics and no accounts.
To close a tab left over after a meeting, the extension reads the URLs of open tabs on the sites of twelve video-conferencing services. For five of them — Yandex Telemost, Zoom, Microsoft Teams, Cisco Webex and GoTo Meeting — access is requested at install time. For the other seven — Google Meet, Kontur.Talk, MTS Link, SBER Jazz, Jitsi Meet, Whereby and Amazon Chime — there is no access until you enable the platform in the settings and confirm the browser's request; disabling the platform revokes the access. The URL is used for exactly one decision — whether the page is a meeting page that can be removed once the meeting is over.
That check happens entirely inside the browser, at the moment of the check, and its result is not stored. URLs are never recorded, accumulated or transmitted.
Page content is neither read nor modified. The content script injected into meeting pages answers only four questions: whether the user is currently looking at the tab, whether it holds a live video-conferencing (WebRTC) connection, whether the page holds the camera, microphone or screen, and whether media is playing in it. This is the safeguard that prevents closing a tab in which a call is actually running or a user is waiting to be admitted.
To answer the second and third questions the script wraps two standard browser
interfaces — RTCPeerConnection and
getUserMedia/getDisplayMedia — and only counts live
connections and tracks. It does not read, record or alter the call itself, its
video, audio or connection data.
chrome.storage.sync, so your browser may sync
them across your own browsers if you enabled browser sync. The developer has
no access to them.chrome.storage.local. It never leaves the device.Uninstalling the extension removes both.
tabs permission, which would expose the URLs of
every tab in the browser.If this policy changes, the new version will appear on this page with a new date. If the extension ever starts contacting the network, that will be described here before such a version ships.
Questions — to the support email listed on the extension's Chrome Web Store page.