BehindTheLogs_VIDEOSYOUT

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

Was ist BehindTheLogs_VIDEOSYOUT?

BehindTheLogs_VIDEOSYOUT ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "I was tired to open a new youtube tab to find a song when I'm already listen one".

Erweiterungsscreenshots

screenshot

BehindTheLogs_VIDEOSYOUT-Erweiterungs-CRX-Datei herunterladen

Laden Sie BehindTheLogs_VIDEOSYOUT-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name BehindTheLogs_VIDEOSYOUT BehindTheLogs_VIDEOSYOUT
ID nejcbljpmooebmhacnadlbcfphgbhcff
Offizielle URL https://chromewebstore.google.com/detail/behindthelogsvideosyout/nejcbljpmooebmhacnadlbcfphgbhcff
Beschreibung I was tired to open a new youtube tab to find a song when I'm already listen one
Dateigröße 1008 KB
Installationsanzahl 434
Aktuelle Version 1.0
Letztes Update 2016-08-03
Veröffentlichungsdatum 2016-08-02
Bewertung 1.00/5 Insgesamt 7 Bewertungen
Entwickler Unknown
Zahlungsart free
Erweiterungswebsite https://www.behindthelogs.com
Hilfeseite URL https://www.behindthelogs.com
Unterstützte Sprachen 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\/*"
    ]
}