Personal Playlist for YouTube on Chrome

Add youtube links to your special playlist and manage them in custom player.

Τι είναι το Personal Playlist for YouTube on Chrome;

Το Personal Playlist for YouTube on Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ProWebJect, και η κύρια λειτουργία του είναι "Add youtube links to your special playlist and manage them in custom player.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Personal Playlist for YouTube on Chrome

Λήψη αρχείων επέκτασης Personal Playlist for YouTube on Chrome σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        How to:
Rightclick youtube link -> Add to playlist -> Go to youtube -> Click YouTube Playlist icon on the right side of address bar -> DONE :) Now you can play and manage your playlist.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Personal Playlist for YouTube on Chrome Personal Playlist for YouTube on Chrome
ID kjakkfkngikelijjclgkplmiclokfmfi
Επίσημο URL https://chrome.google.com/webstore/detail/personal-playlist-for-you/kjakkfkngikelijjclgkplmiclokfmfi
Περιγραφή Add youtube links to your special playlist and manage them in custom player.
Μέγεθος Αρχείου 56.42 KB
Αριθμός Εγκαταστάσεων 362
Τρέχουσα Έκδοση 1.8
Τελευταία Ενημέρωση 2016-01-03
Ημερομηνία Δημοσίευσης 2016-01-03
Αξιολόγηση 3.40/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής ProWebJect
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "ProWebJect - Micha\u0142 G\u00f3ra",
    "background": {
        "scripts": [
            "\/lib\/jquery.min.js",
            "\/background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "background\/youtube_front.css"
            ],
            "js": [
                "lib\/jquery.min.js",
                "background\/youtube_front.js"
            ],
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*",
                "http:\/\/youtube.com\/*",
                "https:\/\/youtube.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.youtube.com\/iframe_api; object-src 'self'",
    "description": "Add youtube links to your special playlist and manage them in custom player.",
    "externally_connectable": {
        "matches": [
            "http:\/\/prowebject.com\/YTPlayer\/*",
            "http:\/\/www.prowebject.com\/YTPlayer\/*"
        ]
    },
    "icons": {
        "128": "img\/icon_128.png",
        "19": "img\/icon_19.png",
        "38": "img\/icon_38.png"
    },
    "manifest_version": 2,
    "name": "Personal Playlist for YouTube on Chrome",
    "options_page": "\/html\/options.html",
    "page_action": {
        "default_icon": {
            "128": "img\/icon_128.png",
            "19": "img\/icon_19.png",
            "38": "img\/icon_38.png"
        },
        "default_title": "Run playlist!"
    },
    "permissions": [
        "declarativeContent",
        "notifications",
        "storage",
        "contextMenus",
        "tabs",
        "identity",
        "http:\/\/youtube.com\/*",
        "https:\/\/youtube.com\/*",
        "https:\/\/www.googleapis.com\/youtube\/v3\/*"
    ],
    "short_name": "Personal Playlist",
    "version": "1.8",
    "web_accessible_resources": [
        "lib\/jquery-2.0.3.min.map",
        "img\/button_add.png",
        "img\/trash.png",
        "img\/button_next.png",
        "img\/repeat.png",
        "img\/settings.png",
        "img\/play.png",
        "img\/player.png"
    ]
}