Pause All Videos

Pauses all videos in all tabs

O que é Pause All Videos?

Pause All Videos é uma extensão do Chrome desenvolvida por Christopher Ptak, e sua principal característica é "Pauses all videos in all tabs".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Pause All Videos

Baixe arquivos de extensão Pause All Videos no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Pause All Videos Pause All Videos
ID mmnnojmlbmhajhklfknapikeonpjcfpf
URL Oficial https://chromewebstore.google.com/detail/pause-all-videos/mmnnojmlbmhajhklfknapikeonpjcfpf
Descrição Pauses all videos in all tabs
Tamanho do Arquivo 8.06 KB
Contagem de Instalações 284
Versão Atual 0.2
Última Atualização 2023-08-14
Data de Publicação 2022-11-28
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor Christopher Ptak
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/ChristopherPtak/PauseAllVideos
URL da Página de Ajuda https://github.com/ChristopherPtak/PauseAllVideos/issues
Idiomas Suportados 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"
    }
}