Portable Playlists for YouTube™
Open your YouTube™ playlists in a small window.
Wat is Portable Playlists for YouTube™?
Portable Playlists for YouTube™ is een Chrome-extensie ontwikkeld door ゆらふか, en de belangrijkste functie is "Open your YouTube™ playlists in a small window.".
Extensie Screenshots
Download het CRX-bestand van de extensie Portable Playlists for YouTube™
Download Portable Playlists for YouTube™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
/*** 機能要望を受け付けています.「サポート」欄からどうぞ.***/ 自分の YouTube アカウントのプレイリストをポップアップ表示します. ** 1.0.1 (November 8, 2016) -ログイン中のアカウントのアイコンが画面右上に表示されるようになりました ** 1.0.0 (October 8, 2016) -Shipped Portable Playlists for YouTube™
Basisinformatie over de Extensie
Naam | |
ID | dkjfbakhjnflmkfbnlhmgmglifaokdcb |
Officiële URL | https://chromewebstore.google.com/detail/portable-playlists-for-yo/dkjfbakhjnflmkfbnlhmgmglifaokdcb |
Beschrijving | Open your YouTube™ playlists in a small window. |
Bestandsgrootte | 113 KB |
Aantal Installaties | 12 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2017-02-19 |
Publicatiedatum | 2017-02-18 |
Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | ゆらふか |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/tsuyuno/youtube-portable-playlists |
URL van de Privacybeleid Pagina | https://github.com/yurafuca/resources/blob/master/docs/PRIVACY_POLICY.md |
Ondersteunde Talen | 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'" } |