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 ofl-video-frame-grabber द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows programmatic access to frames from video elements (including those loaded in iframes)."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में One Frame Link Video Frame Grabber एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}