Viddex Video Downloader

Easy-to-use video downloader for online videos

Vad är Viddex Video Downloader?

Viddex Video Downloader är en Chrome-tillägg utvecklad av Sasha Boradovko, och dess huvudfunktion är "Easy-to-use video downloader for online videos".

Tilläggsskärmbilder

screenshot

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

Ladda ner Viddex 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

                        Viddex Video Downloader is a easy to use video downloader.  
It works on some popular platforms such as Vimeo.  
It doesn't work on Youtube, Facebook and other resources that have the restrictive TOS.

Features:  
- Download video in MP4 format
- Works on HTMl5 videos (Web standard)                    

Grundläggande Information om Tillägg

Namn Viddex Video Downloader Viddex Video Downloader
ID ldmhnpbmplbafajaabcmkindgnclbaci
Officiell webbadress https://chromewebstore.google.com/detail/viddex-video-downloader/ldmhnpbmplbafajaabcmkindgnclbaci
Beskrivning Easy-to-use video downloader for online videos
Filstorlek 321 KB
Antal Installationer 1,359,111
Aktuell Version 0.7.6
Senast Uppdaterad 2023-07-28
Publiceringsdatum 2022-08-14
Betyg 3.85/5 Totalt 105 Betyg
Utvecklare Sasha Boradovko
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://docs.google.com/document/d/e/2PACX-1vR3YIRjWI1X6GWl65vuG2HkZ6c4Uqea5qjETh3qr-_B-oWfOb0gbypzA8ngxWPgiN9b8Si5IpbGAki_/pub
Stödda Språk id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extShortDesc__",
    "background": {
        "service_worker": "js\/background.js"
    },
    "default_locale": "en",
    "action": {
        "default_title": "__MSG_extName__",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "300": "icons\/icon-300.png",
            "128": "icons\/icon-128.png",
            "48": "icons\/icon-48.png",
            "16": "icons\/icon-16.png"
        }
    },
    "permissions": [
        "alarms",
        "storage",
        "downloads",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "version": "0.7.6",
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "manifest_version": 3
}