Show Video Controls by Default

Extension lets you show control buttons by default when playing video or gifs.

O que é Show Video Controls by Default?

Show Video Controls by Default é uma extensão do Chrome desenvolvida por marcintracz.official, e sua principal característica é "Extension lets you show control buttons by default when playing video or gifs.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Show Video Controls by Default

Baixe arquivos de extensão Show Video Controls by Default 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

                        The extension turns on video or gif player controls by default.

Useful when browsing meme sites such as 9gag.

No need to press the right mouse button and then "show controls". 

They will appear by default for each media.                    

Informações Básicas da Extensão

Nome Show Video Controls by Default Show Video Controls by Default
ID ngnnpfgkhpmcofcobdobhjnjmoglkhhe
URL Oficial https://chromewebstore.google.com/detail/show-video-controls-by-de/ngnnpfgkhpmcofcobdobhjnjmoglkhhe
Descrição Extension lets you show control buttons by default when playing video or gifs.
Tamanho do Arquivo 8.66 KB
Contagem de Instalações 2,169
Versão Atual 1.0
Última Atualização 2022-07-12
Data de Publicação 2022-07-12
Classificação 3.82/5 Total de 11 Avaliações
Desenvolvedor marcintracz.official
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Show Video Controls by Default",
    "description": "Extension lets you show control buttons by default when playing video or gifs.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.netflix.com\/*",
                "*:\/\/*.vimeo.com\/*",
                "*:\/\/*.dailymotion.com\/*",
                "*:\/\/*.hulu.com\/*",
                "*:\/\/*.twitch.tv\/*",
                "*:\/\/*.liveleak.com\/*",
                "*:\/\/*.vine.co\/*",
                "*:\/\/youtube.com\/*",
                "*:\/\/youtu.be\/*",
                "*:\/\/netflix.com\/*",
                "*:\/\/vimeo.com\/*",
                "*:\/\/dailymotion.com\/*",
                "*:\/\/hulu.com\/*",
                "*:\/\/twitch.tv\/*",
                "*:\/\/liveleak.com\/*",
                "*:\/\/vine.co\/*"
            ],
            "js": [
                "showvideocontrolsbydefault.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}