Move Youtube comments to sidebar
Make the YouTube comments section visible from the sidebar
Apa itu Move Youtube comments to sidebar?
Move Youtube comments to sidebar adalah ekstensi Chrome yang dikembangkan oleh yakisova41, dan fitur utamanya adalah "Make the YouTube comments section visible from the sidebar".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Move Youtube comments to sidebar
Unduh file ekstensi Move Youtube comments to sidebar 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
Enable to switch position of YouTube comment section between sidebar and standard position
Informasi Dasar Ekstensi
Nama | Move Youtube comments to sidebar |
ID | hnapbpaieifipkfhlfplmgmacjegjhmh |
URL Resmi | https://chromewebstore.google.com/detail/move-youtube-comments-to/hnapbpaieifipkfhlfplmgmacjegjhmh |
Deskripsi | Make the YouTube comments section visible from the sidebar |
Ukuran File | 10.4 KB |
Jumlah Instalasi | 79 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2023-04-02 |
Tanggal Publikasi | 2023-01-21 |
Penilaian | 2.50/5 Total 2 Penilaian |
Pengembang | yakisova41 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_Name__", "short_name": "mycs", "version": "1.0.1", "manifest_version": 3, "description": "__MSG_Description__", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "contentScript.js" ] } ], "web_accessible_resources": [ { "resources": [ "embed.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "default_locale": "en", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" } } |