Portable Playlists for YouTube™

Open your YouTube™ playlists in a small window.

Portable Playlists for YouTube™란 무엇입니까?

Portable Playlists for YouTube™은(는) ゆらふか에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open your YouTube™ playlists in a small window."입니다.

확장 프로그램 스크린샷

screenshot

Portable Playlists for YouTube™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        /*** 機能要望を受け付けています.「サポート」欄からどうぞ.***/

自分の YouTube アカウントのプレイリストをポップアップ表示します.

** 1.0.1 (November 8, 2016)
-ログイン中のアカウントのアイコンが画面右上に表示されるようになりました

** 1.0.0 (October 8, 2016)
-Shipped Portable Playlists for YouTube™                    

확장 프로그램 기본 정보

이름 Portable Playlists for YouTube™ Portable Playlists for YouTube™
ID dkjfbakhjnflmkfbnlhmgmglifaokdcb
공식 URL https://chromewebstore.google.com/detail/portable-playlists-for-yo/dkjfbakhjnflmkfbnlhmgmglifaokdcb
설명 Open your YouTube™ playlists in a small window.
파일 크기 113 KB
설치 횟수 12
현재 버전 1.0.1
최근 업데이트 2017-02-19
출시 날짜 2017-02-18
평점 3.50/5 총 2 개의 평점
개발자 ゆらふか
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/tsuyuno/youtube-portable-playlists
개인정보 보호 정책 페이지 URL https://github.com/yurafuca/resources/blob/master/docs/PRIVACY_POLICY.md
지원되는 언어 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Portable Playlists for YouTube\u2122",
    "manifest_version": 2,
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "image\/icon.png",
        "default_title": "Portable Playlists for YouTube\u2122",
        "default_popup": "html\/popup.html"
    },
    "description": "Open your YouTube\u2122 playlists in a small window.",
    "icons": {
        "16": "image\/icon.png",
        "32": "image\/icon.png",
        "64": "image\/icon.png"
    },
    "permissions": [
        "alarms",
        "notifications",
        "identity",
        "https:\/\/apis.google.com\/",
        "https:\/\/accounts.google.com\/*",
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/www.youtube.com\/",
        "https:\/\/yt3.ggpht.com\/"
    ],
    "background": {
        "scripts": [
            "js\/jquery-2.1.4.min.js"
        ]
    },
    "web_accessible_resources": [
        "image\/icon.png"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg7pf3vWtJbgmwjzuDU1IjSDp0nGFPnYpYxgCYJpgGyU3AfQWDH7IsvLn\/4czc9UeJbvQRMZmxXdOhHUNGt54sErMeLR54er3P6YPdIl\/yb56EoIofg51lZP9sbWVHVZOxYl77OnNQt5odQ1coKBV\/2zbU+E3\/kTGsbPrpPhqoO4mdto3N16SK9GXa1M9TFL5+UgahiQGRWGuFaOIYZ26Rq2UjZErS6\/lWDhId1WCKpG3DZxDm2idr\/eBDVI+Ql+8AgBzd7TOszHizKj\/BLmN\/PEyc+9nExRZUnUXZqy0vFyYwaENATS3OJyM56MmJWZZANCey0yZFzV6lXQp4PgrLQIDAQAB",
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'"
}