One Frame Link Video Frame Grabber

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

Wat is One Frame Link Video Frame Grabber?

One Frame Link Video Frame Grabber is een Chrome-extensie ontwikkeld door ofl-video-frame-grabber, en de belangrijkste functie is "Allows programmatic access to frames from video elements (including those loaded in iframes).".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie One Frame Link Video Frame Grabber

Download One Frame Link Video Frame Grabber-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Specifically aids in transcription duties for One Frame Link.                    

Basisinformatie over de Extensie

Naam One Frame Link Video Frame Grabber One Frame Link Video Frame Grabber
ID olgdbgfcehacmcielefghjdihlaikheo
Officiële URL https://chromewebstore.google.com/detail/one-frame-link-video-fram/olgdbgfcehacmcielefghjdihlaikheo
Beschrijving Allows programmatic access to frames from video elements (including those loaded in iframes).
Bestandsgrootte 10.79 KB
Aantal Installaties 47
Huidige Versie 0.0.0.1
Laatst Bijgewerkt 2021-08-24
Publicatiedatum 2021-08-23
Ontwikkelaar ofl-video-frame-grabber
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://twitter.com/OneFrameLink
Ondersteunde Talen 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"
    ]
}