Portable Playlists for YouTube™
Open your YouTube™ playlists in a small window.
Hvad er Portable Playlists for YouTube™?
Portable Playlists for YouTube™ er en Chrome-udvidelse udviklet af ゆらふか, og dens hovedfunktion er "Open your YouTube™ playlists in a small window.".
Udvidelsesskærmbilleder
Download Portable Playlists for YouTube™-udvidelses-CRX-fil
Download Portable Playlists for YouTube™-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
/*** 機能要望を受け付けています.「サポート」欄からどうぞ.***/ 自分の YouTube アカウントのプレイリストをポップアップ表示します. ** 1.0.1 (November 8, 2016) -ログイン中のアカウントのアイコンが画面右上に表示されるようになりました ** 1.0.0 (October 8, 2016) -Shipped Portable Playlists for YouTube™
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | dkjfbakhjnflmkfbnlhmgmglifaokdcb |
Officiel URL | https://chromewebstore.google.com/detail/portable-playlists-for-yo/dkjfbakhjnflmkfbnlhmgmglifaokdcb |
Beskrivelse | Open your YouTube™ playlists in a small window. |
Filstørrelse | 113 KB |
Antal Installationer | 12 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2017-02-19 |
Udgivelsesdato | 2017-02-18 |
Bedømmelse | 3.50/5 Samlet 2 Bedømmelser |
Udvikler | ゆらふか |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/tsuyuno/youtube-portable-playlists |
URL til Fortrolighedspolitik Side | https://github.com/yurafuca/resources/blob/master/docs/PRIVACY_POLICY.md |
Understøttede Sprog | 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'" } |