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\/*"
    ]
}