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؟

One Frame Link Video Frame Grabber هو إضافة Chrome تم تطويرها بواسطة ofl-video-frame-grabber، والميزة الرئيسية لها هي "Allows programmatic access to frames from video elements (including those loaded in iframes).".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة One Frame Link Video Frame Grabber

قم بتنزيل ملفات الامتداد One Frame Link Video Frame Grabber بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

Specifically aids in transcription duties for One Frame Link.                    

معلومات أساسية عن التمديد

الاسم One Frame Link Video Frame Grabber One Frame Link Video Frame Grabber
ID olgdbgfcehacmcielefghjdihlaikheo
عنوان URL الرسمي https://chromewebstore.google.com/detail/one-frame-link-video-fram/olgdbgfcehacmcielefghjdihlaikheo
الوصف Allows programmatic access to frames from video elements (including those loaded in iframes).
حجم الملف 10.79 KB
عدد التثبيتات 47
النسخة الحالية 0.0.0.1
آخر تحديث 2021-08-24
تاريخ النشر 2021-08-23
المطور ofl-video-frame-grabber
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://twitter.com/OneFrameLink
اللغات المدعومة 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"
    ]
}