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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}