Youtube Likes Sidebar Button
Adds a Liked Videos link to the library section of the Youtube sidebar.
Apa itu Youtube Likes Sidebar Button?
Youtube Likes Sidebar Button adalah ekstensi Chrome yang dikembangkan oleh http://systemcluster.me, dan fitur utamanya adalah "Adds a Liked Videos link to the library section of the Youtube sidebar.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Youtube Likes Sidebar Button
Unduh file ekstensi Youtube Likes Sidebar Button 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
Adds a Liked Videos link to the library section of the Youtube sidebar. Integrates seamlessly with the existing sidebar links. 2017-08-30: Updated to support the new Polymer Youtube layout.
Informasi Dasar Ekstensi
Nama | |
ID | ahmdidmhhffpkhgfihmcinmlklpeipjm |
URL Resmi | https://chrome.google.com/webstore/detail/youtube-likes-sidebar-but/ahmdidmhhffpkhgfihmcinmlklpeipjm |
Deskripsi | Adds a Liked Videos link to the library section of the Youtube sidebar. |
Ukuran File | 9.89 KB |
Jumlah Instalasi | 250 |
Versi Saat Ini | 0.2.0 |
Terakhir Diperbarui | 2018-07-28 |
Tanggal Publikasi | 2018-07-28 |
Penilaian | 4.17/5 Total 6 Penilaian |
Pengembang | http://systemcluster.me |
[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 Likes Sidebar Button", "short_name": "Youtube Likes Sidebar Button", "description": "Adds a Liked Videos link to the library section of the Youtube sidebar.", "version": "0.2.0", "author": "Christian Sdunek", "icons": { "16": "chrome\/skin\/icon16.png", "48": "chrome\/skin\/icon48.png", "96": "chrome\/skin\/icon96.png", "128": "chrome\/skin\/icon128.png" }, "content_scripts": [ { "js": [ "inject.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_end" } ], "permissions": [ "*:\/\/*.youtube.com\/*" ] } |