OBS Teleprompter
OBS Teleprompter Plugin connects to OBS Studio
What is OBS Teleprompter?
OBS Teleprompter is a Chrome extension developed by https://obsteleprompter.com, and its main feature is "OBS Teleprompter Plugin connects to OBS Studio".
Extension Screenshots
Download OBS Teleprompter Extension CRX File
Download OBS Teleprompter 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
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.
Extension Basic Information
Name | OBS Teleprompter |
ID | hkeaehbdoednmjnapghnkmabbgiokjke |
Official URL | https://chromewebstore.google.com/detail/obs-teleprompter/hkeaehbdoednmjnapghnkmabbgiokjke |
Description | OBS Teleprompter Plugin connects to OBS Studio |
File Size | 30.49 KB |
Installation Count | 2,280 |
Current Version | 1.2.0 |
Last Updated | 2023-08-18 |
Publish Date | 2023-04-12 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://obsteleprompter.com |
[email protected] | |
Payment Type | free |
Extension Website | https://obsteleprompter.com |
Privacy Policy Page URL | https://obsteleprompter.com/privacy |
Supported Languages | 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\/*" ] } |