Youtube Channel Playlist

This extension will start playing the channel playlist of uploaded videos, starting from the current one.

Qu'est-ce que Youtube Channel Playlist ?

Youtube Channel Playlist est une extension Chrome développée par Hornobster, et sa fonction principale est "This extension will start playing the channel playlist of uploaded videos, starting from the current one.".

Télécharger le fichier CRX de l'extension Youtube Channel Playlist

Téléchargez les fichiers d'extension Youtube Channel Playlist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This extension will start playing the channel playlist of uploaded videos, starting from the current one.

Instructions:

- Open a Youtube video
- Click on Youtube Channel Playlist icon
- Enjoy your playlist!                    

Informations de Base sur l'Extension

Nom Youtube Channel Playlist Youtube Channel Playlist
ID ookpplnjaaifdpfafceoaibpcdhigggi
URL Officiel https://chrome.google.com/webstore/detail/youtube-channel-playlist/ookpplnjaaifdpfafceoaibpcdhigggi
Description This extension will start playing the channel playlist of uploaded videos, starting from the current one.
Taille du Fichier 14.03 KB
Nombre d'Installations 33
Version Actuelle 1.1.3
Dernière Mise à Jour 2015-02-07
Date de Publication 2015-02-07
Évaluation 3.00/5 Total 4 Évaluations
Développeur Hornobster
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Channel Playlist",
    "short_name": "YTPlaylist",
    "description": "This extension will start playing the channel playlist of uploaded videos, starting from the current one.",
    "version": "1.1.3",
    "permissions": [
        "activeTab",
        "https:\/\/www.youtube.com\/"
    ],
    "background": {
        "scripts": [
            "action.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Start playlist"
    }
}