One Frame Link Video Frame Grabber

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

Qu'est-ce que One Frame Link Video Frame Grabber ?

One Frame Link Video Frame Grabber est une extension Chrome développée par ofl-video-frame-grabber, et sa fonction principale est "Allows programmatic access to frames from video elements (including those loaded in iframes).".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension One Frame Link Video Frame Grabber

Téléchargez les fichiers d'extension One Frame Link Video Frame Grabber au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Specifically aids in transcription duties for One Frame Link.                    

Informations de Base sur l'Extension

Nom One Frame Link Video Frame Grabber One Frame Link Video Frame Grabber
ID olgdbgfcehacmcielefghjdihlaikheo
URL Officiel 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).
Taille du Fichier 10.79 KB
Nombre d'Installations 47
Version Actuelle 0.0.0.1
Dernière Mise à Jour 2021-08-24
Date de Publication 2021-08-23
Développeur ofl-video-frame-grabber
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://twitter.com/OneFrameLink
Langues Prises en Charge 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"
    ]
}