Portable Playlists for YouTube™

Open your YouTube™ playlists in a small window.

Cos'è Portable Playlists for YouTube™?

Portable Playlists for YouTube™ è un'estensione di Chrome sviluppata da ゆらふか, e la sua funzione principale è "Open your YouTube™ playlists in a small window.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Portable Playlists for YouTube™

Scarica i file di estensione Portable Playlists for YouTube™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

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

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

Informazioni di Base sull'Estensione

Nome Portable Playlists for YouTube™ Portable Playlists for YouTube™
ID dkjfbakhjnflmkfbnlhmgmglifaokdcb
URL Ufficiale https://chromewebstore.google.com/detail/portable-playlists-for-yo/dkjfbakhjnflmkfbnlhmgmglifaokdcb
Descrizione Open your YouTube™ playlists in a small window.
Dimensione del File 113 KB
Conteggio Installazioni 12
Versione Corrente 1.0.1
Ultimo Aggiornamento 2017-02-19
Data di Pubblicazione 2017-02-18
Valutazione 3.50/5 Totale 2 Valutazioni
Sviluppatore ゆらふか
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/tsuyuno/youtube-portable-playlists
URL della Pagina della Politica sulla Privacy https://github.com/yurafuca/resources/blob/master/docs/PRIVACY_POLICY.md
Lingue Supportate 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'"
}