YouTube Comment Extractor
Extract loaded YouTube comment to JSON
YouTube Comment Extractorとは何ですか?
YouTube Comment ExtractorはFaLLeN3dGeによって開発されたChromeの拡張機能で、その主な機能は「Extract loaded YouTube comment to JSON」です。
拡張機能のスクリーンショット
YouTube Comment Extractor拡張機能のCRXファイルをダウンロード
YouTube Comment Extractor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extract loaded YouTube comment to JSON
拡張機能の基本情報
名前 | YouTube Comment Extractor |
ID | akknkeanpdlfmcpkklngoicpeilplmdp |
公式URL | https://chromewebstore.google.com/detail/youtube-comment-extractor/akknkeanpdlfmcpkklngoicpeilplmdp |
説明 | Extract loaded YouTube comment to JSON |
ファイルサイズ | 61.93 KB |
インストール数 | 210 |
現在のバージョン | 0.3 |
最終更新日 | 2023-12-10 |
公開日 | 2020-08-23 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | FaLLeN3dGe |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Comment Extractor", "version": "0.3", "permissions": [ "contextMenus", "scripting" ], "host_permissions": [ "*:\/\/www.youtube.com\/watch?*" ], "background": { "service_worker": "context.min.js", "type": "module" } } |