BehindTheLogs_VIDEOSYOUT

I was tired to open a new youtube tab to find a song when I'm already listen one

O que é BehindTheLogs_VIDEOSYOUT?

BehindTheLogs_VIDEOSYOUT é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "I was tired to open a new youtube tab to find a song when I'm already listen one".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão BehindTheLogs_VIDEOSYOUT

Baixe arquivos de extensão BehindTheLogs_VIDEOSYOUT 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 extension allows users to search videos on Youtube from any website, open a new tab to watch the video or go to a tool for recording (Yout).

Why?. By simple annoyance, I was tired of having to find videos of youtube and redirect the whole page every time I wanted to see a new video or every time I wanted to record them in MP3 or MP4 format.

Just do that ?. Yes, the goal was not to make something complex; I was just fun developing it.                    

Informações Básicas da Extensão

Nome BehindTheLogs_VIDEOSYOUT BehindTheLogs_VIDEOSYOUT
ID nejcbljpmooebmhacnadlbcfphgbhcff
URL Oficial https://chromewebstore.google.com/detail/behindthelogsvideosyout/nejcbljpmooebmhacnadlbcfphgbhcff
Descrição I was tired to open a new youtube tab to find a song when I'm already listen one
Tamanho do Arquivo 1008 KB
Contagem de Instalações 434
Versão Atual 1.0
Última Atualização 2016-08-03
Data de Publicação 2016-08-02
Classificação 1.00/5 Total de 7 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Site da Extensão https://www.behindthelogs.com
URL da Página de Ajuda https://www.behindthelogs.com
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BehindTheLogs_VIDEOSYOUT",
    "description": "I was tired to open a new youtube tab to find a song when I'm already listen one",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "css": [
                "styles\/main.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "extension.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Find Youtube Videos",
        "default_icon": "images\/logo.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.googleapis.com\/*"
    ]
}