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 là gì?

One Frame Link Video Frame Grabber là một tiện ích mở rộng Chrome được phát triển bởi ofl-video-frame-grabber, và tính năng chính của nó là "Allows programmatic access to frames from video elements (including those loaded in iframes).".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng One Frame Link Video Frame Grabber

Tải xuống các tệp mở rộng One Frame Link Video Frame Grabber dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Specifically aids in transcription duties for One Frame Link.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên One Frame Link Video Frame Grabber One Frame Link Video Frame Grabber
ID olgdbgfcehacmcielefghjdihlaikheo
URL Chính Thức https://chromewebstore.google.com/detail/one-frame-link-video-fram/olgdbgfcehacmcielefghjdihlaikheo
Mô tả Allows programmatic access to frames from video elements (including those loaded in iframes).
Kích Thước Tệp 10.79 KB
Số Lần Cài Đặt 47
Phiên Bản Hiện Tại 0.0.0.1
Cập Nhật Lần Cuối 2021-08-24
Ngày Phát Hành 2021-08-23
Nhà Phát Triển ofl-video-frame-grabber
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://twitter.com/OneFrameLink
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}