Capture Video Element

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

Vad är Capture Video Element?

Capture Video Element är en Chrome-tillägg utvecklad av https://ssig33.com, och dess huvudfunktion är "Screenshot tool for video element. You can capture and upload to gyazo many videos on internet(for example: youtube, pornhub,…".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Capture Video Element-förlängningens CRX-fil

Ladda ner Capture Video Element-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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).                    

Grundläggande Information om Tillägg

Namn Capture Video Element Capture Video Element
ID ikeochnpamfhkpmnineadmccfnaicacl
Officiell webbadress https://chromewebstore.google.com/detail/capture-video-element/ikeochnpamfhkpmnineadmccfnaicacl
Beskrivning Screenshot tool for video element. You can capture and upload to gyazo many videos on internet(for example: youtube, pornhub,…
Filstorlek 97.97 KB
Antal Installationer 213
Aktuell Version 101.0.0
Senast Uppdaterad 2023-03-16
Publiceringsdatum 2020-02-01
Utvecklare https://ssig33.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://paste.ssig33.com/a7ed4df5c142b06e94c76c662fe486ec
Stödda Språk 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
        }
    ]
}