Youtube Channel Playlist

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

Apa itu Youtube Channel Playlist?

Youtube Channel Playlist adalah ekstensi Chrome yang dikembangkan oleh Hornobster, dan fitur utamanya adalah "This extension will start playing the channel playlist of uploaded videos, starting from the current one.".

Unduh Berkas CRX Ekstensi Youtube Channel Playlist

Unduh file ekstensi Youtube Channel Playlist dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Youtube Channel Playlist Youtube Channel Playlist
ID ookpplnjaaifdpfafceoaibpcdhigggi
URL Resmi https://chrome.google.com/webstore/detail/youtube-channel-playlist/ookpplnjaaifdpfafceoaibpcdhigggi
Deskripsi This extension will start playing the channel playlist of uploaded videos, starting from the current one.
Ukuran File 14.03 KB
Jumlah Instalasi 33
Versi Saat Ini 1.1.3
Terakhir Diperbarui 2015-02-07
Tanggal Publikasi 2015-02-07
Penilaian 3.00/5 Total 4 Penilaian
Pengembang Hornobster
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}