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
官方網址 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"
    ]
}