Comments Search for Youtube
Search youtube comments by keywords.
Comments Search for Youtubeとは何ですか?
Comments Search for Youtubeはhttps://lett.appによって開発されたChromeの拡張機能で、その主な機能は「Search youtube comments by keywords.」です。
拡張機能のスクリーンショット
Comments Search for Youtube拡張機能のCRXファイルをダウンロード
Comments Search for Youtube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Comments Search for Youtube allows you to search youtube comments without leaving the site, saving you time and enhancing your watch experience. How to use: Go to any Youtube video and hit Ctrl+S or click the extension icon.
拡張機能の基本情報
名前 | Comments Search for Youtube |
ID | fbbhnhgdgjbfnkoiiedglmlnmleefjga |
公式URL | https://chromewebstore.google.com/detail/comments-search-for-youtu/fbbhnhgdgjbfnkoiiedglmlnmleefjga |
説明 | Search youtube comments by keywords. |
ファイルサイズ | 40.75 KB |
インストール数 | 1,428 |
現在のバージョン | 3.112 |
最終更新日 | 2024-02-14 |
公開日 | 2022-09-30 |
評価 | 4.00/5 合計 7 レビュー |
開発者 | https://lett.app |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://cs.lett.app |
プライバシーポリシーページのURL | https://lett.app/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "3.112", "minimum_chrome_version": "98", "name": "Comments Search for Youtube", "description": "Search youtube comments by keywords.", "icons": { "32": "\/assets\/icon32.png", "128": "\/assets\/icon.png" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "externally_connectable": { "matches": [ "https:\/\/api.lett.app\/*" ] }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "\/html\/style.css" ], "js": [ "\/js\/content.js" ] } ], "background": { "service_worker": "\/js\/worker.js" }, "web_accessible_resources": [ { "resources": [ "html\/*" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "action": [] } |