Share Current Youtube Video Time

A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…

O que é Share Current Youtube Video Time?

Share Current Youtube Video Time é uma extensão do Chrome desenvolvida por https://hwangmatthew.com, e sua principal característica é "A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Share Current Youtube Video Time

Baixe arquivos de extensão Share Current Youtube Video Time 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

                        A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link to your youtube video at the current time with one click, instead of making you have to click multiple buttons to share at your current time.                    

Informações Básicas da Extensão

Nome Share Current Youtube Video Time Share Current Youtube Video Time
ID jcofpgdoehfbllnilflkampfndabpnji
URL Oficial https://chromewebstore.google.com/detail/share-current-youtube-vid/jcofpgdoehfbllnilflkampfndabpnji
Descrição A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…
Tamanho do Arquivo 10.53 KB
Contagem de Instalações 21
Versão Atual 0.3
Última Atualização 2018-06-18
Data de Publicação 2018-06-17
Desenvolvedor https://hwangmatthew.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Share Current Youtube Video Time",
    "version": "0.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/watch*",
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}