SWCforYouTube
youtubeチャット欄に表示中のチャットコメントから特定のユーザ、発言を検索します。
What is SWCforYouTube?
SWCforYouTube is a Chrome extension developed by uka, and its main feature is "youtubeチャット欄に表示中のチャットコメントから特定のユーザ、発言を検索します。".
Extension Screenshots
Download SWCforYouTube Extension CRX File
Download SWCforYouTube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
YouTube視聴画面で表示中のチャットから 指定した特定の単語を含むチャットを抜き出し リスト表示します。 不具合等は@uka_vfotografまで。 ver.1.1.0:YouTubeStudioでの動作を確認 ver.1.2.0:ユーザ名検索機能を追加 ver.1.2.1:ユーザ名検索のバグ修正 ver.2.0.0:Manifest v3への対応、絵文字検索対応、 デザイン更新、英数字の全角半角を無視した検索への対応
Extension Basic Information
Name | |
ID | kfeiajfibhbaahiaedhfngpdekkdglag |
Official URL | https://chromewebstore.google.com/detail/swcforyoutube/kfeiajfibhbaahiaedhfngpdekkdglag |
Description | youtubeチャット欄に表示中のチャットコメントから特定のユーザ、発言を検索します。 |
File Size | 180 KB |
Installation Count | 23 |
Current Version | 2.0.0 |
Last Updated | 2022-07-18 |
Publish Date | 2020-10-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | uka |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.0.0", "name": "SWCforYouTube", "action": { "default_title": "SWCforYouTube", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/studio.youtube.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "tabs" ], "icons": { "16": "assets\/search.png", "48": "assets\/search.png", "128": "assets\/search.png" }, "description": "youtube\u30c1\u30e3\u30c3\u30c8\u6b04\u306b\u8868\u793a\u4e2d\u306e\u30c1\u30e3\u30c3\u30c8\u30b3\u30e1\u30f3\u30c8\u304b\u3089\u7279\u5b9a\u306e\u30e6\u30fc\u30b6\u3001\u767a\u8a00\u3092\u691c\u7d22\u3057\u307e\u3059\u3002" } |