One Frame Link Video Frame Grabber

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

Cos'è One Frame Link Video Frame Grabber?

One Frame Link Video Frame Grabber è un'estensione di Chrome sviluppata da ofl-video-frame-grabber, e la sua funzione principale è "Allows programmatic access to frames from video elements (including those loaded in iframes).".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione One Frame Link Video Frame Grabber

Scarica i file di estensione One Frame Link Video Frame Grabber in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Specifically aids in transcription duties for One Frame Link.                    

Informazioni di Base sull'Estensione

Nome One Frame Link Video Frame Grabber One Frame Link Video Frame Grabber
ID olgdbgfcehacmcielefghjdihlaikheo
URL Ufficiale https://chromewebstore.google.com/detail/one-frame-link-video-fram/olgdbgfcehacmcielefghjdihlaikheo
Descrizione Allows programmatic access to frames from video elements (including those loaded in iframes).
Dimensione del File 10.79 KB
Conteggio Installazioni 47
Versione Corrente 0.0.0.1
Ultimo Aggiornamento 2021-08-24
Data di Pubblicazione 2021-08-23
Sviluppatore ofl-video-frame-grabber
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://twitter.com/OneFrameLink
Lingue Supportate 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"
    ]
}