BehindTheLogs_VIDEOSYOUT

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

¿Qué es BehindTheLogs_VIDEOSYOUT?

BehindTheLogs_VIDEOSYOUT es una extensión de Chrome desarrollada por Unknown, y su función principal es "I was tired to open a new youtube tab to find a song when I'm already listen one".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión BehindTheLogs_VIDEOSYOUT

Descarga archivos de extensión BehindTheLogs_VIDEOSYOUT en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre BehindTheLogs_VIDEOSYOUT BehindTheLogs_VIDEOSYOUT
ID nejcbljpmooebmhacnadlbcfphgbhcff
URL Oficial https://chromewebstore.google.com/detail/behindthelogsvideosyout/nejcbljpmooebmhacnadlbcfphgbhcff
Descripción I was tired to open a new youtube tab to find a song when I'm already listen one
Tamaño del Archivo 1008 KB
Cantidad de Instalaciones 434
Versión Actual 1.0
Última Actualización 2016-08-03
Fecha de Publicación 2016-08-02
Calificación 1.00/5 Total de 7 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Sitio Web de la Extensión https://www.behindthelogs.com
URL de la Página de Ayuda https://www.behindthelogs.com
Idiomas Soportados 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\/*"
    ]
}