YouTube™ Playlist Enhancer
Extra features for YouTube playlists.
Apa itu YouTube™ Playlist Enhancer?
YouTube™ Playlist Enhancer adalah ekstensi Chrome yang dikembangkan oleh Jordy Snijders, dan fitur utamanya adalah "Extra features for YouTube playlists.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YouTube™ Playlist Enhancer
Unduh file ekstensi YouTube™ Playlist Enhancer 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
✓ Simple digit notation of a playlist's total duration.
✓ Human readable notation of a playlist's total duration.
✓ Projected time and date for when you will have finished watching an entire playlist.
✓ Support for playlists of unlimited size.
Source code: https://github.com/jsnijders/youtube-playlist-enhancer Informasi Dasar Ekstensi
| Nama | |
| ID | femnjomnioahiknopaimalbapbhdmnka |
| URL Resmi | https://chrome.google.com/webstore/detail/youtube-playlist-enhancer/femnjomnioahiknopaimalbapbhdmnka |
| Deskripsi | Extra features for YouTube playlists. |
| Ukuran File | 30.67 KB |
| Jumlah Instalasi | 1,000 |
| Versi Saat Ini | 1.7.2 |
| Terakhir Diperbarui | 2016-01-14 |
| Tanggal Publikasi | 2016-01-14 |
| Penilaian | 3.52/5 Total 21 Penilaian |
| Pengembang | Jordy Snijders |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouTube\u2122 Playlist Enhancer",
"short_name": "YouTube PLE",
"description": "Extra features for YouTube playlists.",
"version": "1.7.2",
"author": "Jordy Snijders",
"homepage_url": "https:\/\/github.com\/jsnijders\/youtube-playlist-enhancer",
"permissions": [
"storage",
"*:\/\/www.youtube.com\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/www.youtube.com\/*"
],
"js": [
"youtube-playlist-enhancer.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"manifest_version": 2
} | |