Tab Playlist for YouTube™

Lets you make a playlist by simply lining up tabs

Tab Playlist for YouTube™란 무엇입니까?

Tab Playlist for YouTube™은(는) metarmask에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lets you make a playlist by simply lining up tabs"입니다.

확장 프로그램 스크린샷

screenshot

Tab Playlist for YouTube™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extensions lets you use tabs to make a temporary video playlist. When active the extension will switch to the tab to the right when a video finishes. When that tab's video finishes it will switch to the next and so on. By using the middle mouse button you can very easily line up videos you want to watch.

Note: This extension only works with the HTML5 player, make sure you have it at https://www.youtube.com/html5 .

Videos featured in the screenshots and video were made by vlogbrothers (https://www.youtube.com/channel/UCGaVdbSav8xWuFWTadK6loA)                    

확장 프로그램 기본 정보

이름 Tab Playlist for YouTube™ Tab Playlist for YouTube™
ID ikogidhhmokakdcclccipjnfohibicbh
공식 URL https://chromewebstore.google.com/detail/tab-playlist-for-youtube/ikogidhhmokakdcclccipjnfohibicbh
설명 Lets you make a playlist by simply lining up tabs
파일 크기 1.49 MB
설치 횟수 1,135
현재 버전 0.3
최근 업데이트 2018-07-15
출시 날짜 2018-07-15
평점 4.32/5 총 25 개의 평점
개발자 metarmask
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/metarmask/tab-playlist/
도움말 페이지 URL https://github.com/metarmask/tab-playlist/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Playlist for YouTube\u2122",
    "short_name": "Tab Playlist",
    "version": "0.3",
    "description": "Lets you make a playlist by simply lining up tabs",
    "author": "\/u\/metarmask",
    "icons": {
        "128": "images\/extension\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "storage",
        "declarativeContent",
        "https:\/\/www.youtube.com\/"
    ],
    "page_action": {
        "default_icon": "images\/pageAction\/disabled.png",
        "default_title": "Click to enable\nWhen a the video finishes with this enabled the next tab will be selected if it's a YouTube one."
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "content-script-js-accesser.js"
    ]
}