Video Downloader

Video Downloader - fast download videos from any webs.

Vad är Video Downloader?

Video Downloader är en Chrome-tillägg utvecklad av Video Downloader, och dess huvudfunktion är "Video Downloader - fast download videos from any webs.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Video Downloader-förlängningens CRX-fil

Ladda ner Video Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Video Downloader for fast downloading online videos from webpages. The popular app supports many video formats.

How To:
For download video click to the icon of app on webpage. A list of available videos will be displayed. Now download one or all videos from the list. 

Privacy Policy:
Please read. Video Downloader is not responsible for files downloaded by users. Users should check permissions media copyright on websites.                    

Grundläggande Information om Tillägg

Namn Video Downloader Video Downloader
ID bmfdeblldppdipllplghgfcdglodfggn
Officiell webbadress https://chrome.google.com/webstore/detail/video-downloader/bmfdeblldppdipllplghgfcdglodfggn
Beskrivning Video Downloader - fast download videos from any webs.
Filstorlek 99.32 KB
Antal Installationer 37,684
Aktuell Version 2.0.0
Senast Uppdaterad 2023-06-11
Publiceringsdatum 2020-05-16
Betyg 3.39/5 Totalt 54 Betyg
Utvecklare Video Downloader
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.0",
    "name": "Video Downloader",
    "description": "Video Downloader - fast download videos from any webs.",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "19": "img\/ico_19.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "downloads",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "injected_content.js"
            ]
        }
    ]
}