VSC - Video Speed Controller

Speed control for any html5 video player: speed up, slow down, rewind ...

O que é VSC - Video Speed Controller?

VSC - Video Speed Controller é uma extensão do Chrome desenvolvida por nikkolaevrom, e sua principal característica é "Speed control for any html5 video player: speed up, slow down, rewind ...".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão VSC - Video Speed Controller

Baixe arquivos de extensão VSC - Video Speed Controller 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

                        VSC - Video Speed Controller is a very handy product with which you can make cool videos in different formats. This product has already been used by millions of our users and they are very satisfied with our product. This extension is multifunctional. Also, VSC - Video Speed Controller does not ask you for your personal data or any information about you. The essence of the product is that it is an editor for your video, you can slow down, rewind, speed up and so on. All of these factors will make your video much brighter and cooler. Download VSC - Video Speed Controller and start creating.                    

Informações Básicas da Extensão

Nome VSC - Video Speed Controller VSC - Video Speed Controller
ID khemaigjecfepmjpbdjnmiacjpbbkgoj
URL Oficial https://chrome.google.com/webstore/detail/vsc-video-speed-controlle/khemaigjecfepmjpbdjnmiacjpbbkgoj
Descrição Speed control for any html5 video player: speed up, slow down, rewind ...
Tamanho do Arquivo 230 KB
Contagem de Instalações 77
Versão Atual 1.0.1
Última Atualização 2021-12-19
Data de Publicação 2021-09-08
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor nikkolaevrom
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "128": "\/pic\/icon.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "\/worker\/index.js"
        ]
    },
    "options_page": "\/option\/index.html",
    "permissions": [
        "storage",
        ""
    ],
    "name": "__MSG_appName__",
    "default_locale": "en",
    "description": "Speed control for any html5 video player: speed up, slow down, rewind ...",
    "browser_action": {
        "default_icon": "\/pic\/icon.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "\/inject\/style\/basic.css",
                "\/inject\/style\/platform.css"
            ],
            "exclude_matches": [
                "https:\/\/plus.google.com\/hangouts\/*",
                "https:\/\/hangouts.google.com\/hangouts\/*",
                "https:\/\/meet.google.com\/*",
                "https:\/\/teamtreehouse.com\/*",
                "http:\/\/www.hitbox.tv\/*"
            ],
            "js": [
                "\/lib\/jq.min.js",
                "\/inject\/script\/synodal.js",
                "\/inject\/script\/abUsable.js",
                "\/inject\/script\/t_rispinose.js",
                "\/inject\/script\/pseudoscopy.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "\/inject\/**"
    ],
    "version": "1.0.1"
}