Pause All Videos
Pauses all videos in all tabs
什麼是Pause All Videos?
Pause All Videos是由Christopher Ptak開發的Chrome擴展程式,該擴展的主要功能是“Pauses all videos in all tabs”。
擴展截圖
下載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 |
ID | mmnnojmlbmhajhklfknapikeonpjcfpf |
官方網址 | 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" } } |