One Frame Link Video Frame Grabber

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

What is One Frame Link Video Frame Grabber?

One Frame Link Video Frame Grabber is a Chrome extension developed by ofl-video-frame-grabber, and its main feature is "Allows programmatic access to frames from video elements (including those loaded in iframes).".

Extension Screenshots

screenshot

Download One Frame Link Video Frame Grabber Extension CRX File

Download One Frame Link Video Frame Grabber 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

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

Specifically aids in transcription duties for One Frame Link.                    

Extension Basic Information

Name One Frame Link Video Frame Grabber One Frame Link Video Frame Grabber
ID olgdbgfcehacmcielefghjdihlaikheo
Official URL https://chromewebstore.google.com/detail/one-frame-link-video-fram/olgdbgfcehacmcielefghjdihlaikheo
Description Allows programmatic access to frames from video elements (including those loaded in iframes).
File Size 10.79 KB
Installation Count 47
Current Version 0.0.0.1
Last Updated 2021-08-24
Publish Date 2021-08-23
Developer ofl-video-frame-grabber
Email [email protected]
Payment Type free
Extension Website http://twitter.com/OneFrameLink
Supported Languages 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"
    ]
}