Capture Video Element

Screenshot tool for video element. You can capture and upload to gyazo many videos on internet(for example: youtube, pornhub,…

Capture Video Element란 무엇입니까?

Capture Video Element은(는) https://ssig33.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Screenshot tool for video element. You can capture and upload to gyazo many videos on internet(for example: youtube, pornhub,…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Capture Video Element 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Screenshot tool for video element. You can capture and upload to gyazo many videos on internet(for example: youtube, pornhub, xvideos, dailymotion and many more).                    

확장 프로그램 기본 정보

이름 Capture Video Element Capture Video Element
ID ikeochnpamfhkpmnineadmccfnaicacl
공식 URL https://chromewebstore.google.com/detail/capture-video-element/ikeochnpamfhkpmnineadmccfnaicacl
설명 Screenshot tool for video element. You can capture and upload to gyazo many videos on internet(for example: youtube, pornhub,…
파일 크기 97.97 KB
설치 횟수 213
현재 버전 101.0.0
최근 업데이트 2023-03-16
출시 날짜 2020-02-01
개발자 https://ssig33.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://paste.ssig33.com/a7ed4df5c142b06e94c76c662fe486ec
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Capture Video Element",
    "version": "101.0.0",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "contextMenus"
    ],
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "48": "src\/assets\/icon-48.png",
        "128": "src\/assets\/icon-128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content-script.ts-c3a02b1f-5b57d6b4.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/content-script.ts-c3a02b1f.js"
            ],
            "use_dynamic_url": true
        }
    ]
}