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文件

下載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
官方網址 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
        }
    ]
}