FetchV - Video Downloader for m3u8 & hls

Easily save online videos such as m3u8, live streams, mp4, webm, etc. to your computer.

FetchV - Video Downloader for m3u8 & hls क्या है?

FetchV - Video Downloader for m3u8 & hls addonx द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily save online videos such as m3u8, live streams, mp4, webm, etc. to your computer."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This is a universal web video downloader, which is free, safe and easy to use.

The types of videos that FetchV video downloader can download include m3u8 videos, streaming videos, mp4, webm and other mainstream web videos.

Support HD version download, m3u8 generally provides multiple resolution versions, and this downloader can automatically select the highest HD video version for you.

Using multi-thread download mode, a video of about 1GB can be downloaded in about 10 minutes with the permission of the video server and your bandwidth.

This extension is completely free and can be used without logging in. It will automatically sniff the video resources on the webpage.

Support recording mode. For some video resources that can't be sniffed, you can convert the cached data of the player into MP4 format through recording mode and save it to your computer.

Finally, please remember that this extension is not responsible for the content you download, so please check the copyright and permissions of the videos before downloading.                    

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

नाम FetchV - Video Downloader for m3u8 & hls FetchV - Video Downloader for m3u8 & hls
ID imleiiaoeclikefimmcdkjabjbpcdgaj
आधिकारिक URL https://chromewebstore.google.com/detail/fetchv-video-downloader-f/imleiiaoeclikefimmcdkjabjbpcdgaj
विवरण Easily save online videos such as m3u8, live streams, mp4, webm, etc. to your computer.
फ़ाइल का आकार 659 KB
स्थापना संख्या 211,506
वर्तमान संस्करण 2.1
अंतिम अपडेट 2024-02-19
प्रकाशन तिथि 2022-06-09
रेटिंग 4.69/5 कुल 1070 रेटिंग्स
डेवलपर addonx
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://fetchv.net/
समर्थित भाषाएँ id,ms,de,en,fil,fr,nl,no,vi,tr,da,et,es,it,hu,pl,pt-BR,pt-PT,ro,sk,fi,sv,cs,el,bg,ru,hi,th,zh-CN,zh-TW,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_manifest_name__",
    "short_name": "FetchV",
    "version": "2.1",
    "description": "__MSG_manifest_description__",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon-16.png",
            "48": "img\/icon-48.png",
            "128": "img\/icon-128.png"
        },
        "default_title": "__MSG_manifest_browser_action__",
        "default_popup": "panel\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/fetchv.net\/m3u8downloader",
                "*:\/\/fetchv.net\/*\/m3u8downloader"
            ],
            "js": [
                "libs\/hls.js",
                "js\/hls.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/fetchv.net\/videodownloader",
                "*:\/\/fetchv.net\/*\/videodownloader"
            ],
            "js": [
                "js\/mp4.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/fetchv.net\/bufferrecorder",
                "*:\/\/fetchv.net\/*\/bufferrecorder"
            ],
            "js": [
                "js\/rec.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_globs": [
                "*\/\/192.168.0.101\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/fetchv.net\/*"
            ],
            "resources": [
                "img\/recording.svg",
                "bootstrap\/js\/bootstrap.bundle.min.js",
                "libs\/jsZIP.js",
                "panel\/hls.html",
                "panel\/mp4.html",
                "panel\/rec.html"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "js\/injected.js"
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "declarativeNetRequest"
    ],
    "homepage_url": "https:\/\/fetchv.net\/",
    "default_locale": "en"
}