YouTube Comment Extractor

Extract loaded YouTube comment to JSON

YouTube Comment Extractorคืออะไร?

YouTube Comment Extractor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FaLLeN3dGe และคุณลักษณะหลักของมันคือ "Extract loaded YouTube comment to JSON"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Comment Extractor

ดาวน์โหลดไฟล์ส่วนขยาย YouTube Comment Extractor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Extract loaded YouTube comment to JSON                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ YouTube Comment Extractor 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
อีเมล [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"
    }
}