Toggle YouTube Comments
Hides YouTube comments by default
Apa itu Toggle YouTube Comments?
Toggle YouTube Comments adalah ekstensi Chrome yang dikembangkan oleh Dennis & Friends, dan fitur utamanya adalah "Hides YouTube comments by default".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Toggle YouTube Comments
Unduh file ekstensi Toggle YouTube Comments 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
Add this lightweight extension to disable/enable YouTube comments. • Works with the new and old YouTube • Flexibility to easily hide or show comments • Blends in with YouTube's user interface • Shows number of comments when hidden • No tracking, your privacy is important • Extremely small size - no bloat • Actively maintained • Open source code See https://git.io/v5RgW for release notes.
Informasi Dasar Ekstensi
Nama | |
ID | ampjnmipdgicjjidohpkidhghakoidfm |
URL Resmi | https://chrome.google.com/webstore/detail/toggle%C2%A0youtube%C2%A0comments/ampjnmipdgicjjidohpkidhghakoidfm |
Deskripsi | Hides YouTube comments by default |
Ukuran File | 8.03 KB |
Jumlah Instalasi | 479 |
Versi Saat Ini | 4.1.3 |
Terakhir Diperbarui | 2019-05-06 |
Tanggal Publikasi | 2019-05-06 |
Penilaian | 3.68/5 Total 38 Penilaian |
Pengembang | Dennis & Friends |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/dideler/toggle-youtube-comments |
URL Halaman Bantuan | https://github.com/dideler/toggle-youtube-comments |
Bahasa yang Didukung | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extension_name__", "description": "__MSG_extension_desc__", "version": "4.1.3", "default_locale": "en", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "js": [ "script.js" ], "css": [ "youtube.css" ], "run_at": "document_end" } ] } |