One Frame Link Video Frame Grabber

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

Co to jest One Frame Link Video Frame Grabber?

One Frame Link Video Frame Grabber to rozszerzenie Chrome opracowane przez ofl-video-frame-grabber, a jego główną funkcją jest „Allows programmatic access to frames from video elements (including those loaded in iframes).”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia One Frame Link Video Frame Grabber

Pobierz pliki rozszerzeń One Frame Link Video Frame Grabber w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Specifically aids in transcription duties for One Frame Link.                    

Podstawowe informacje o rozszerzeniu

Nazwa One Frame Link Video Frame Grabber One Frame Link Video Frame Grabber
ID olgdbgfcehacmcielefghjdihlaikheo
Oficjalny URL https://chromewebstore.google.com/detail/one-frame-link-video-fram/olgdbgfcehacmcielefghjdihlaikheo
Opis Allows programmatic access to frames from video elements (including those loaded in iframes).
Rozmiar pliku 10.79 KB
Liczba instalacji 47
Aktualna Wersja 0.0.0.1
Ostatnia Aktualizacja 2021-08-24
Data Publikacji 2021-08-23
Deweloper ofl-video-frame-grabber
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://twitter.com/OneFrameLink
Obsługiwane Języki 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"
    ]
}