BehindTheLogs_VIDEOSYOUT

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

什么是BehindTheLogs_VIDEOSYOUT?

BehindTheLogs_VIDEOSYOUT是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“I was tired to open a new youtube tab to find a song when I'm already listen one”。

扩展截图

screenshot

下载BehindTheLogs_VIDEOSYOUT扩展crx文件

下载BehindTheLogs_VIDEOSYOUT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 BehindTheLogs_VIDEOSYOUT BehindTheLogs_VIDEOSYOUT
ID nejcbljpmooebmhacnadlbcfphgbhcff
官方URL https://chromewebstore.google.com/detail/behindthelogsvideosyout/nejcbljpmooebmhacnadlbcfphgbhcff
简介 I was tired to open a new youtube tab to find a song when I'm already listen one
文件大小 1008 KB
安装次数 434
当前版本 1.0
更新时间 2016-08-03
上架时间 2016-08-02
评分 1.00/5 共7次评分
开发者 Unknown
付费类型 free
扩展官网 https://www.behindthelogs.com
帮助页面URL https://www.behindthelogs.com
支持的语言 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\/*"
    ]
}