Video Downloader
Video Downloader - fast download videos from any webs.
Wat is Video Downloader?
Video Downloader is een Chrome-extensie ontwikkeld door Video Downloader, en de belangrijkste functie is "Video Downloader - fast download videos from any webs.".
Extensie Screenshots
Download het CRX-bestand van de extensie Video Downloader
Download Video Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Video Downloader |
ID | bmfdeblldppdipllplghgfcdglodfggn |
Officiële URL | https://chrome.google.com/webstore/detail/video-downloader/bmfdeblldppdipllplghgfcdglodfggn |
Beschrijving | Video Downloader - fast download videos from any webs. |
Bestandsgrootte | 99.32 KB |
Aantal Installaties | 37,684 |
Huidige Versie | 2.0.0 |
Laatst Bijgewerkt | 2023-06-11 |
Publicatiedatum | 2020-05-16 |
Beoordeling | 3.39/5 Totaal 54 Beoordelingen |
Ontwikkelaar | Video Downloader |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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": [ " |