Clozoom

Close your Zoom meeting tabs automatically!

什么是Clozoom?

Clozoom是由https://thesephist.com开发的Chrome扩展程序,该扩展的主要功能是“Close your Zoom meeting tabs automatically!”。

扩展截图

screenshot

下载Clozoom扩展crx文件

下载Clozoom扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Clozoom is a browser extension to close your Zoom meeting tabs automatically after they've opened Zoom. With Clozoom, your Zoom attendee tabs automatically close 10 seconds after you open them, unless you cancel.

If you have different needs or Internet speeds, you can adjust that 10 second delay up or down.

--- * ---

The real story behind Clozoom...

SCENE.

Skype. Facetime. WebEx. Hangouts.

Long ago, these four video chat apps lived together in harmony. Then, everything changed when Zoom was born. Zoom wrecked havoc on all of our browser tabs as it slowly proliferated all human interaction on Earth and never cleaned up after itself. Only Clozoom, the master of Zoom attendee tabs, could stop it, but when the world needed it most, it never came.

Many moons passed and I built Clozoom, a tab-bending Chrome extention. Although its tab-bending skills are great, it has a lot to learn before it's ready to save anyone.

But I believe Clozoom can save the world.

CUE MUSIC.                    

扩展基本信息

名称 Clozoom Clozoom
ID ginkdklliadpegalhjlibeggnnbdkghi
官方URL https://chromewebstore.google.com/detail/clozoom/ginkdklliadpegalhjlibeggnnbdkghi
简介 Close your Zoom meeting tabs automatically!
文件大小 64.72 KB
安装次数 1,626
当前版本 1.1.0
更新时间 2022-08-05
上架时间 2020-08-22
评分 5.00/5 共4次评分
开发者 https://thesephist.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://thesephist.github.io/clozoom/
隐私政策页面URL https://linus.zone/pp
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Clozoom",
    "short_name": "Clozoom",
    "version": "1.1.0",
    "description": "Close your Zoom meeting tabs automatically!",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Clozoom",
        "default_popup": "popup.html"
    },
    "homepage_url": "https:\/\/thesephist.github.io\/clozoom\/",
    "offline_enabled": true,
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.zoom.us\/j\/*"
    ]
}