Flash Video Downloader

Download Flash & Video from web pages using popular Flash Video Downloader.

Flash Video Downloader क्या है?

Flash Video Downloader Flash Video Downloader द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download Flash & Video from web pages using popular Flash Video Downloader."।

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

screenshot

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

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

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

                        Flash Video Downloader is able download flash & videos from websites. 

Downloading:
 • Click to icon of extension. 
 • Will appear available files.
 • Download one or all files in supported format.

Supported formats:
 • Flash - swf, flv
 • Video - avi, mkv, mp4, mpg, wmv and more

Note:
 • Flash Video Downloader is not responsible for available files downloaded from webpages. Users should check permissions copyright of web.                    

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

नाम Flash Video Downloader Flash Video Downloader
ID lhkkbeaemakcpmhiachckhhcjljjfkpe
आधिकारिक URL https://chrome.google.com/webstore/detail/flash-video-downloader/lhkkbeaemakcpmhiachckhhcjljjfkpe
विवरण Download Flash & Video from web pages using popular Flash Video Downloader.
फ़ाइल का आकार 89.91 KB
स्थापना संख्या 38,564
वर्तमान संस्करण 1.3.2
अंतिम अपडेट 2023-06-29
प्रकाशन तिथि 2020-05-29
रेटिंग 3.14/5 कुल 50 रेटिंग्स
डेवलपर Flash Video Downloader
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.2",
    "name": "Flash Video Downloader",
    "description": "Download Flash & Video from web pages using popular Flash Video Downloader.",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "downloads",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injected_content.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}