Mover.uz Video Downloader
Google Chrome extension for adding possibility to directly load video files from https://mover.uz
What is Mover.uz Video Downloader?
Mover.uz Video Downloader is a Chrome extension developed by shmutalov, and its main feature is "Google Chrome extension for adding possibility to directly load video files from https://mover.uz".
Extension Screenshots
Download Mover.uz Video Downloader Extension CRX File
Download Mover.uz Video Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Позволяет скачивать видео из видеохостинга mover.uz
Extension Basic Information
Name | Mover.uz Video Downloader |
ID | eagbbfkmjoblikpblbmejmblfhokbpaa |
Official URL | https://chromewebstore.google.com/detail/moveruz-video-downloader/eagbbfkmjoblikpblbmejmblfhokbpaa |
Description | Google Chrome extension for adding possibility to directly load video files from https://mover.uz |
File Size | 15.38 KB |
Installation Count | 2,265 |
Current Version | 0.3.0 |
Last Updated | 2021-08-02 |
Publish Date | 2017-11-27 |
Rating | 3.83/5 Total 12 Ratings |
Developer | shmutalov |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/shmutalov/mover-uz-chrome-extension |
Help Page URL | https://github.com/shmutalov/mover-uz-chrome-extension/issues |
Supported Languages | 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" } } |