OBS Teleprompter
OBS Teleprompter Plugin connects to OBS Studio
Wat is OBS Teleprompter?
OBS Teleprompter is een Chrome-extensie ontwikkeld door https://obsteleprompter.com, en de belangrijkste functie is "OBS Teleprompter Plugin connects to OBS Studio".
Extensie Screenshots
Download het CRX-bestand van de extensie OBS Teleprompter
Download OBS Teleprompter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | OBS Teleprompter |
ID | hkeaehbdoednmjnapghnkmabbgiokjke |
Officiële URL | https://chromewebstore.google.com/detail/obs-teleprompter/hkeaehbdoednmjnapghnkmabbgiokjke |
Beschrijving | OBS Teleprompter Plugin connects to OBS Studio |
Bestandsgrootte | 30.49 KB |
Aantal Installaties | 2,280 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2023-08-18 |
Publicatiedatum | 2023-04-12 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://obsteleprompter.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://obsteleprompter.com |
URL van de Privacybeleid Pagina | https://obsteleprompter.com/privacy |
Ondersteunde Talen | 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\/*" ] } |