Mover.uz Video Downloader
Google Chrome extension for adding possibility to directly load video files from https://mover.uz
Wat is Mover.uz Video Downloader?
Mover.uz Video Downloader is een Chrome-extensie ontwikkeld door shmutalov, en de belangrijkste functie is "Google Chrome extension for adding possibility to directly load video files from https://mover.uz".
Extensie Screenshots
Download het CRX-bestand van de extensie Mover.uz Video Downloader
Download Mover.uz 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
Позволяет скачивать видео из видеохостинга mover.uz Basisinformatie over de Extensie
| Naam | |
| ID | eagbbfkmjoblikpblbmejmblfhokbpaa |
| Officiële URL | https://chromewebstore.google.com/detail/moveruz-video-downloader/eagbbfkmjoblikpblbmejmblfhokbpaa |
| Beschrijving | Google Chrome extension for adding possibility to directly load video files from https://mover.uz |
| Bestandsgrootte | 15.38 KB |
| Aantal Installaties | 2,265 |
| Huidige Versie | 0.3.0 |
| Laatst Bijgewerkt | 2021-08-02 |
| Publicatiedatum | 2017-11-27 |
| Beoordeling | 3.83/5 Totaal 12 Beoordelingen |
| Ontwikkelaar | shmutalov |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/shmutalov/mover-uz-chrome-extension |
| Help Pagina-URL | https://github.com/shmutalov/mover-uz-chrome-extension/issues |
| Ondersteunde Talen | 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"
}
} | |