One Frame Link Video Frame Grabber

Allows programmatic access to frames from video elements (including those loaded in iframes).

One Frame Link Video Frame Grabberとは何ですか?

One Frame Link Video Frame Grabberはofl-video-frame-grabberによって開発されたChromeの拡張機能で、その主な機能は「Allows programmatic access to frames from video elements (including those loaded in iframes).」です。

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

screenshot

One Frame Link Video Frame Grabber拡張機能のCRXファイルをダウンロード

One Frame Link Video Frame Grabber拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Allows programmatic access to frames from video elements (including those loaded in iframes).

Specifically aids in transcription duties for One Frame Link.                    

拡張機能の基本情報

名前 One Frame Link Video Frame Grabber One Frame Link Video Frame Grabber
ID olgdbgfcehacmcielefghjdihlaikheo
公式URL https://chromewebstore.google.com/detail/one-frame-link-video-fram/olgdbgfcehacmcielefghjdihlaikheo
説明 Allows programmatic access to frames from video elements (including those loaded in iframes).
ファイルサイズ 10.79 KB
インストール数 47
現在のバージョン 0.0.0.1
最終更新日 2021-08-24
公開日 2021-08-23
開発者 ofl-video-frame-grabber
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://twitter.com/OneFrameLink
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "One Frame Link Video Frame Grabber",
    "description": "Allows programmatic access to frames from video elements (including those loaded in iframes).",
    "version": "0.0.0.1",
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "64": "icons\/64.png"
        }
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content_script.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.oneframelink.com\/*"
        ]
    },
    "permissions": [
        "",
        "activeTab"
    ]
}