BehindTheLogs_VIDEOSYOUT

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

Cos'è BehindTheLogs_VIDEOSYOUT?

BehindTheLogs_VIDEOSYOUT è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "I was tired to open a new youtube tab to find a song when I'm already listen one".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione BehindTheLogs_VIDEOSYOUT

Scarica i file di estensione BehindTheLogs_VIDEOSYOUT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome BehindTheLogs_VIDEOSYOUT BehindTheLogs_VIDEOSYOUT
ID nejcbljpmooebmhacnadlbcfphgbhcff
URL Ufficiale https://chromewebstore.google.com/detail/behindthelogsvideosyout/nejcbljpmooebmhacnadlbcfphgbhcff
Descrizione I was tired to open a new youtube tab to find a song when I'm already listen one
Dimensione del File 1008 KB
Conteggio Installazioni 434
Versione Corrente 1.0
Ultimo Aggiornamento 2016-08-03
Data di Pubblicazione 2016-08-02
Valutazione 1.00/5 Totale 7 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Sito Web dell'Estensione https://www.behindthelogs.com
URL della Pagina di Aiuto https://www.behindthelogs.com
Lingue Supportate 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\/*"
    ]
}