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
公式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
Eメール [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
        }
    ]
}