Pause All Videos

Pauses all videos in all tabs

什么是Pause All Videos?

Pause All Videos是由Christopher Ptak开发的Chrome扩展程序,该扩展的主要功能是“Pauses all videos in all tabs”。

扩展截图

screenshot
screenshot

下载Pause All Videos扩展crx文件

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

扩展使用说明

                        This tool is intended to help people who have lots (maybe even hundreds!) of tabs open. When they restore all those tabs at once, their open videos might start playing! Instead of having to search through all the open windows and pause the videos one by one, this extension gives a simple button that pauses every video at once.                    

扩展基本信息

名称 Pause All Videos Pause All Videos
ID mmnnojmlbmhajhklfknapikeonpjcfpf
官方URL https://chromewebstore.google.com/detail/pause-all-videos/mmnnojmlbmhajhklfknapikeonpjcfpf
简介 Pauses all videos in all tabs
文件大小 8.06 KB
安装次数 284
当前版本 0.2
更新时间 2023-08-14
上架时间 2022-11-28
评分 5.00/5 共5次评分
开发者 Christopher Ptak
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/ChristopherPtak/PauseAllVideos
帮助页面URL https://github.com/ChristopherPtak/PauseAllVideos/issues
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pause All Videos",
    "description": "Pauses all videos in all tabs",
    "author": "Christopher Ptak",
    "version": "0.2",
    "action": [],
    "permissions": [
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "128": "icon128.png"
    }
}