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
电子邮箱 [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"
    ]
}