OBS Teleprompter
OBS Teleprompter Plugin connects to OBS Studio
OBS Teleprompterคืออะไร?
OBS Teleprompter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://obsteleprompter.com และคุณลักษณะหลักของมันคือ "OBS Teleprompter Plugin connects to OBS Studio"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OBS Teleprompter
ดาวน์โหลดไฟล์ส่วนขยาย OBS Teleprompter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
OBS Teleprompter allows you to synchronize recording on OBS Studio and OBS Teleprompter. The text starts scrolling when recording in OBS Studio begins. Scrolling will stop when recording stops.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | OBS Teleprompter |
ID | hkeaehbdoednmjnapghnkmabbgiokjke |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/obs-teleprompter/hkeaehbdoednmjnapghnkmabbgiokjke |
คำอธิบาย | OBS Teleprompter Plugin connects to OBS Studio |
ขนาดไฟล์ | 30.49 KB |
จำนวนการติดตั้ง | 2,280 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2023-08-18 |
วันที่เผยแพร่ | 2023-04-12 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://obsteleprompter.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://obsteleprompter.com |
URL หน้านโยบายความเป็นส่วนตัว | https://obsteleprompter.com/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApgWMTNL8ops\/cUxOgFb14sds+aeN6GX\/L+12Jn\/ZY+nU0kYFzGzQalFAweYX3D1l3wiqjx0qdaZV++\/rRwftLKFP44y9IfO+uu5Qymdd2isiNurdr0nC4ki0X0e3HtQSGvUSNtCgcTQQ3FT4+U+EVEyfDXKbcim7c7xI5AoVzTnt0gcSP\/MBSw6hIpzuV3Q4TH5mZdOuucNe2g\/W5pHNKM0f8tGocQa1l1UCzSRSwPs0cMvl+J\/2w5GVwJdyVBobHMwGdjOTQSRoDjjiu4Is7kugyTtf\/4kV+\/N0SBZrufsMIlIEYpSOfjiZt9AHQ9le2jEabYrAjoNaa8ucRIk0hwIDAQAB", "name": "OBS Teleprompter", "description": "OBS Teleprompter Plugin connects to OBS Studio", "version": "1.2.0", "icons": { "16": "icons\/favicon-16x16.png", "48": "icons\/favicon-48x48.png", "128": "icons\/favicon-128x128.png" }, "homepage_url": "https:\/\/obsteleprompter.com", "author": "[email protected]", "action": { "default_title": "OBS Teleprompter", "default_popup": "index.html" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [ "storage", "tabs", "scripting" ], "host_permissions": [ "https:\/\/app.obsteleprompter.com\/*" ] } |