CommentBlock
Block spam/scam YouTube comments
Apa itu CommentBlock?
CommentBlock adalah ekstensi Chrome yang dikembangkan oleh Xenova, dan fitur utamanya adalah "Block spam/scam YouTube comments".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CommentBlock
Unduh file ekstensi CommentBlock 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
CommentBlock is an open-source browser extension that automatically blocks spam/scam YouTube comments.
Informasi Dasar Ekstensi
Nama | CommentBlock |
ID | pnhkbjdbaioddkchelkolhbhcmlibjfb |
URL Resmi | https://chromewebstore.google.com/detail/commentblock/pnhkbjdbaioddkchelkolhbhcmlibjfb |
Deskripsi | Block spam/scam YouTube comments |
Ukuran File | 400 KB |
Jumlah Instalasi | 26 |
Versi Saat Ini | 0.0.3 |
Terakhir Diperbarui | 2023-02-28 |
Tanggal Publikasi | 2023-02-13 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | Xenova |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/xenova/commentblock |
URL Halaman Bantuan | https://github.com/xenova/commentblock |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CommentBlock", "description": "Block spam\/scam YouTube comments", "version": "0.0.3", "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.youtube.com\/*" ], "content_scripts": [ { "css": [ "styles\/style.css" ], "js": [ "scripts\/defaults.js", "scripts\/utils.js", "scripts\/storage.js", "scripts\/labels.js", "scripts\/preprocess.js", "scripts\/emojis.js", "scripts\/detection.js", "scripts\/content.js" ], "matches": [ "https:\/\/*.youtube.com\/*" ] } ], "action": { "default_icon": { "16": "icons\/icon.png", "24": "icons\/icon.png", "32": "icons\/icon.png", "128": "icons\/icon-128x128.png" }, "default_title": "CommentBlock", "default_popup": "popup\/popup.html" }, "icons": { "16": "icons\/icon.png", "32": "icons\/icon.png", "64": "icons\/icon.png", "128": "icons\/icon-128x128.png" }, "browser_specific_settings": { "gecko": { "id": "[email protected]" } } } |