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
官方網址 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\/*"
    ]
}