Mover.uz Video Downloader
Google Chrome extension for adding possibility to directly load video files from https://mover.uz
Was ist Mover.uz Video Downloader?
Mover.uz Video Downloader ist eine Chrome-Erweiterung, die von shmutalov entwickelt wurde, und ihr Hauptmerkmal ist "Google Chrome extension for adding possibility to directly load video files from https://mover.uz".
Erweiterungsscreenshots
Mover.uz Video Downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Mover.uz Video Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Позволяет скачивать видео из видеохостинга mover.uz
Grundlegende Informationen zur Erweiterung
Name | Mover.uz Video Downloader |
ID | eagbbfkmjoblikpblbmejmblfhokbpaa |
Offizielle URL | https://chromewebstore.google.com/detail/moveruz-video-downloader/eagbbfkmjoblikpblbmejmblfhokbpaa |
Beschreibung | Google Chrome extension for adding possibility to directly load video files from https://mover.uz |
Dateigröße | 15.38 KB |
Installationsanzahl | 2,265 |
Aktuelle Version | 0.3.0 |
Letztes Update | 2021-08-02 |
Veröffentlichungsdatum | 2017-11-27 |
Bewertung | 3.83/5 Insgesamt 12 Bewertungen |
Entwickler | shmutalov |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/shmutalov/mover-uz-chrome-extension |
Hilfeseite URL | https://github.com/shmutalov/mover-uz-chrome-extension/issues |
Unterstützte Sprachen | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mover.uz Video Downloader", "version": "0.3.0", "manifest_version": 3, "description": "Google Chrome extension for adding possibility to directly load video files from https:\/\/mover.uz", "homepage_url": "https:\/\/github.com\/shmutalov\/mover-uz-chrome-extension", "author": "Sherzod Mutalov", "icons": { "16": "icons\/muvd16.png", "32": "icons\/muvd32.png", "48": "icons\/muvd48.png", "64": "icons\/muvd64.png", "128": "icons\/muvd128.png" }, "host_permissions": [ "*:\/\/*.mover.uz\/" ], "permissions": [ "downloads" ], "content_scripts": [ { "matches": [ "*:\/\/*.mover.uz\/*" ], "js": [ "src\/inject.js" ], "run_at": "document_end" } ], "externally_connectable": { "matches": [ "*:\/\/*.mover.uz\/*" ] }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icons\/muvd16.png", "32": "icons\/muvd32.png", "48": "icons\/muvd48.png", "64": "icons\/muvd64.png", "128": "icons\/muvd128.png" }, "default_title": "Mover.Uz Video Downloader" } } |