Video Extration Tool

Do whatever it takes to show the video in a page

Video Extration Tool क्या है?

Video Extration Tool arcode द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Do whatever it takes to show the video in a page"।

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

screenshot

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

crx प्रारूप में Video Extration Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Will make whatever it takes so you can see the video in a Page.

For now working in pages contains:
dood.so                    

एक्सटेंशन की मूल जानकारी

नाम Video Extration Tool Video Extration Tool
ID likcbdadfopfendljlidfpmpchajogam
आधिकारिक URL https://chromewebstore.google.com/detail/video-extration-tool/likcbdadfopfendljlidfpmpchajogam
विवरण Do whatever it takes to show the video in a page
फ़ाइल का आकार 769 KB
स्थापना संख्या 30
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-06-05
प्रकाशन तिथि 2021-06-05
डेवलपर arcode
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Extration Tool",
    "description": "Do whatever it takes to show the video in a page",
    "version": "1.0.0",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "background": {
        "scripts": [
            "www\/js\/bex-background.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "www\/js\/bex-content-script.js",
                "js\/content-script.js"
            ],
            "css": [
                "css\/content-css.css"
            ]
        }
    ],
    "permissions": [
        "",
        "storage",
        "tabs",
        "activeTab"
    ],
    "web_accessible_resources": [
        "www\/*",
        "js\/*",
        "css\/*",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}