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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ssig33.com และคุณลักษณะหลักของมันคือ "Screenshot tool for video element. You can capture and upload to gyazo many videos on internet(for example: youtube, pornhub,…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Capture Video Element

ดาวน์โหลดไฟล์ส่วนขยาย Capture Video Element ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

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