Youtube Channel Playlist

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

Wat is Youtube Channel Playlist?

Youtube Channel Playlist is een Chrome-extensie ontwikkeld door Hornobster, en de belangrijkste functie is "This extension will start playing the channel playlist of uploaded videos, starting from the current one.".

Download het CRX-bestand van de extensie Youtube Channel Playlist

Download Youtube Channel Playlist-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

                        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!                    

Basisinformatie over de Extensie

Naam Youtube Channel Playlist Youtube Channel Playlist
ID ookpplnjaaifdpfafceoaibpcdhigggi
Officiële URL https://chrome.google.com/webstore/detail/youtube-channel-playlist/ookpplnjaaifdpfafceoaibpcdhigggi
Beschrijving This extension will start playing the channel playlist of uploaded videos, starting from the current one.
Bestandsgrootte 14.03 KB
Aantal Installaties 33
Huidige Versie 1.1.3
Laatst Bijgewerkt 2015-02-07
Publicatiedatum 2015-02-07
Beoordeling 3.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Hornobster
Betalingswijze free
Ondersteunde Talen 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"
    }
}