YouTube List View
This extension displays your youtube subscription in the list view.
Apa itu YouTube List View?
YouTube List View adalah ekstensi Chrome yang dikembangkan oleh Eddie Wilford, dan fitur utamanya adalah "This extension displays your youtube subscription in the list view.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YouTube List View
Unduh file ekstensi YouTube List View 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
A temporary fix that changes the YouTube subscriptions grid view into a list view. This is by no means meant to replace YouTubes previous list view, but provide a temporary solution until YouTube fixes theirs. UPDATE: YouTube has finally fixed the problem, but the plugin will stay here in case it happens again.
Informasi Dasar Ekstensi
Nama | YouTube List View |
ID | dnfjhgoledkjnacagpncncfipbobepif |
URL Resmi | https://chromewebstore.google.com/detail/youtube-list-view/dnfjhgoledkjnacagpncncfipbobepif |
Deskripsi | This extension displays your youtube subscription in the list view. |
Ukuran File | 36.99 KB |
Jumlah Instalasi | 430 |
Versi Saat Ini | 1.1.2 |
Terakhir Diperbarui | 2016-06-02 |
Tanggal Publikasi | 2016-06-01 |
Penilaian | 4.23/5 Total 52 Penilaian |
Pengembang | Eddie Wilford |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube List View", "description": "This extension displays your youtube subscription in the list view.", "version": "1.1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery.js", "contentscript.js" ], "matches": [ "http:\/\/www.youtube.com\/feed\/subscriptions*", "https:\/\/www.youtube.com\/feed\/subscriptions*" ] } ] } |