OpenDownload

Open all accessible video files in new tabs. Displays a Linux command to download the video if it uses a blob url.

OpenDownload क्या है?

OpenDownload Manu Poruthoor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open all accessible video files in new tabs. Displays a Linux command to download the video if it uses a blob url."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension has limited support for opening source videos from iframes in a new tab.

Disclaimer: I do not take responsibility and I am not liable for any illegal or unlawful activity using this extension.                    

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

नाम OpenDownload OpenDownload
ID dnaeahkepdplmojdpfijdeloibcdpemp
आधिकारिक URL https://chromewebstore.google.com/detail/opendownload/dnaeahkepdplmojdpfijdeloibcdpemp
विवरण Open all accessible video files in new tabs. Displays a Linux command to download the video if it uses a blob url.
फ़ाइल का आकार 6.24 KB
स्थापना संख्या 222
वर्तमान संस्करण 0.3.3
अंतिम अपडेट 2018-09-15
प्रकाशन तिथि 2018-09-14
रेटिंग 4.00/5 कुल 3 रेटिंग्स
डेवलपर Manu Poruthoor
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OpenDownload",
    "version": "0.3.3",
    "description": "Open all accessible video files in new tabs. Displays a Linux command to download the video if it uses a blob url.",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}