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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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