BehindTheLogs_VIDEOSYOUT

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

Qu'est-ce que BehindTheLogs_VIDEOSYOUT ?

BehindTheLogs_VIDEOSYOUT est une extension Chrome développée par Unknown, et sa fonction principale est "I was tired to open a new youtube tab to find a song when I'm already listen one".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension BehindTheLogs_VIDEOSYOUT

Téléchargez les fichiers d'extension BehindTheLogs_VIDEOSYOUT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom BehindTheLogs_VIDEOSYOUT BehindTheLogs_VIDEOSYOUT
ID nejcbljpmooebmhacnadlbcfphgbhcff
URL Officiel https://chromewebstore.google.com/detail/behindthelogsvideosyout/nejcbljpmooebmhacnadlbcfphgbhcff
Description I was tired to open a new youtube tab to find a song when I'm already listen one
Taille du Fichier 1008 KB
Nombre d'Installations 434
Version Actuelle 1.0
Dernière Mise à Jour 2016-08-03
Date de Publication 2016-08-02
Évaluation 1.00/5 Total 7 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://www.behindthelogs.com
URL de la Page d'Aide https://www.behindthelogs.com
Langues Prises en Charge 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\/*"
    ]
}