YouTube Comment Extractor
Extract loaded YouTube comment to JSON
What is YouTube Comment Extractor?
YouTube Comment Extractor is a Chrome extension developed by FaLLeN3dGe, and its main feature is "Extract loaded YouTube comment to JSON".
Extension Screenshots
Download YouTube Comment Extractor Extension CRX File
Download YouTube Comment Extractor 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
Extract loaded YouTube comment to JSON
Extension Basic Information
Name | YouTube Comment Extractor |
ID | akknkeanpdlfmcpkklngoicpeilplmdp |
Official URL | https://chromewebstore.google.com/detail/youtube-comment-extractor/akknkeanpdlfmcpkklngoicpeilplmdp |
Description | Extract loaded YouTube comment to JSON |
File Size | 61.93 KB |
Installation Count | 210 |
Current Version | 0.3 |
Last Updated | 2023-12-10 |
Publish Date | 2020-08-23 |
Rating | 5.00/5 Total 2 Ratings |
Developer | FaLLeN3dGe |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |