OBS Teleprompter

OBS Teleprompter Plugin connects to OBS Studio

OBS Teleprompterとは何ですか?

OBS Teleprompterはhttps://obsteleprompter.comによって開発されたChromeの拡張機能で、その主な機能は「OBS Teleprompter Plugin connects to OBS Studio」です。

拡張機能のスクリーンショット

screenshot

OBS Teleprompter拡張機能のCRXファイルをダウンロード

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 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
Eメール [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\/*"
    ]
}