Toggle YouTube Comments
Allows you to turn YouTube comments on or off.
Apa itu Toggle YouTube Comments?
Toggle YouTube Comments adalah ekstensi Chrome yang dikembangkan oleh outrexian, dan fitur utamanya adalah "Allows you to turn YouTube comments on or off.".
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
Allows you to hide YouTube comments easily.
Informasi Dasar Ekstensi
Nama | |
ID | jbdobfgfojodildcochemiicdpbppkoh |
URL Resmi | https://chrome.google.com/webstore/detail/toggle-youtube-comments/jbdobfgfojodildcochemiicdpbppkoh |
Deskripsi | Allows you to turn YouTube comments on or off. |
Ukuran File | 36.27 KB |
Jumlah Instalasi | 24 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2012-05-12 |
Tanggal Publikasi | 2012-05-12 |
Penilaian | 2.00/5 Total 4 Penilaian |
Pengembang | outrexian |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Toggle YouTube Comments", "version": "1.0", "manifest_version": 2, "description": "Allows you to turn YouTube comments on or off.", "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*" ], "js": [ "jquery.js", "script.js" ] } ], "permissions": [], "options_page": "options.html" } |