Twitch Clip Timer

Allows for easy Twitch clip timing courtesy of VidTimer.

O que é Twitch Clip Timer?

Twitch Clip Timer é uma extensão do Chrome desenvolvida por https://vidtimer.com, e sua principal característica é "Allows for easy Twitch clip timing courtesy of VidTimer.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Twitch Clip Timer

Baixe arquivos de extensão Twitch Clip Timer 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

                        With this extension enabled, simply navigate to or create a Twitch clip and click the green "Time Clip" button. Another tab will open containing the timer web app VidTimer, which you can use to time the clip.

Icon by Lukasz Adam.                    

Informações Básicas da Extensão

Nome Twitch Clip Timer Twitch Clip Timer
ID fdlhmdcegamkfdokpcbhcaeefihnpaeg
URL Oficial https://chromewebstore.google.com/detail/twitch-clip-timer/fdlhmdcegamkfdokpcbhcaeefihnpaeg
Descrição Allows for easy Twitch clip timing courtesy of VidTimer.
Tamanho do Arquivo 110 KB
Contagem de Instalações 111
Versão Atual 1.0.2
Última Atualização 2022-06-07
Data de Publicação 2021-10-30
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://vidtimer.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Clip Timer",
    "description": "Allows for easy Twitch clip timing courtesy of VidTimer.",
    "version": "1.0.2",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "jquery-1.12.3.js",
                "content-script.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/16.png",
            "32": "\/images\/32.png",
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        }
    },
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    }
}