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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Screenshot tool for video element. You can capture and upload to gyazo many videos on internet(for example: youtube, pornhub,…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Capture Video Element एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
        }
    ]
}