CommentBlock
Block spam/scam YouTube comments
CommentBlockとは何ですか?
CommentBlockはXenovaによって開発されたChromeの拡張機能で、その主な機能は「Block spam/scam YouTube comments」です。
拡張機能のスクリーンショット
CommentBlock拡張機能のCRXファイルをダウンロード
CommentBlock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
CommentBlock is an open-source browser extension that automatically blocks spam/scam YouTube comments.
拡張機能の基本情報
名前 | CommentBlock |
ID | pnhkbjdbaioddkchelkolhbhcmlibjfb |
公式URL | https://chromewebstore.google.com/detail/commentblock/pnhkbjdbaioddkchelkolhbhcmlibjfb |
説明 | Block spam/scam YouTube comments |
ファイルサイズ | 400 KB |
インストール数 | 26 |
現在のバージョン | 0.0.3 |
最終更新日 | 2023-02-28 |
公開日 | 2023-02-13 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | Xenova |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/xenova/commentblock |
ヘルプページのURL | https://github.com/xenova/commentblock |
対応言語 | 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]" } } } |