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.」です。
拡張機能のスクリーンショット
Portable Playlists for YouTube™拡張機能のCRXファイルをダウンロード
Portable Playlists for YouTube™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
/*** 機能要望を受け付けています.「サポート」欄からどうぞ.***/ 自分の YouTube アカウントのプレイリストをポップアップ表示します. ** 1.0.1 (November 8, 2016) -ログイン中のアカウントのアイコンが画面右上に表示されるようになりました ** 1.0.0 (October 8, 2016) -Shipped 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 レビュー |
開発者 | ゆらふか |
Eメール | [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'" } |