Скачать видео с ВК
Расширение для скачивания видео с ВК
Qu'est-ce que Скачать видео с ВК ?
Скачать видео с ВК est une extension Chrome développée par Easy Download, et sa fonction principale est "Расширение для скачивания видео с ВК".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Скачать видео с ВК
Téléchargez les fichiers d'extension Скачать видео с ВК au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Скачать видео с ВК - расширение для скачивания видео без потери качества из социальной сети ВКонтакте
Расширение добавляет кнопку “Скачать” под видео в ВК. При скачивании вы можете выбрать формат видео и его размер. Поддерживается загрузка в HD в форматах mpg4 и flv.
Скачать видео с ВК - скачивает видео только с сервиса vk.com
Расширение абсолютно бесплатно, а код не обфусцирован.
Это не официальное расширение ВКонтакте, созданное энтузиастами. Все права на торговые марки ВКонтакте принадлежат Mail.ru Group Informations de Base sur l'Extension
| Nom | |
| ID | dplmogdegjpkddacdbgcpnnamdignmof |
| URL Officiel | https://chromewebstore.google.com/detail/%D1%81%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C-%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-%D1%81-%D0%B2%D0%BA/dplmogdegjpkddacdbgcpnnamdignmof |
| Description | Расширение для скачивания видео с ВК |
| Taille du Fichier | 41.05 KB |
| Nombre d'Installations | 42,781 |
| Version Actuelle | 1.0.0.3 |
| Dernière Mise à Jour | 2023-09-11 |
| Date de Publication | 2022-08-17 |
| Évaluation | 4.04/5 Total 72 Évaluations |
| Développeur | Easy Download |
| [email protected] | |
| Type de Paiement | free |
| URL de la Page de Politique de Confidentialité | https://bit.ly/3C1Kiy6 |
| Langues Prises en Charge | ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"action": {
"default_icon": "images\/icon-16.png",
"default_title": "__MSG_appButtonDesc__"
},
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"all_frames": false,
"css": [
"css\/download.css"
],
"js": [
"js\/content.js"
],
"matches": [
"https:\/\/vk.com\/*",
"https:\/\/*.vkuservideo.net\/*"
]
}
],
"content_security_policy": {
"sandbox": "sandbox allow-forms allow-scripts; script-src 'self' 'unsafe-eval'; script-src-elem 'self' blob: 'unsafe-inline' 'unsafe-eval'; child-src 'self'; object-src 'self'"
},
"default_locale": "ru",
"description": "__MSG_appDesc__",
"host_permissions": [
"*:\/\/*\/*"
],
"icons": {
"128": "images\/icon-128.png",
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png"
},
"manifest_version": 3,
"name": "__MSG_appName__",
"permissions": [
"downloads",
"storage",
"cookies",
"unlimitedStorage",
"tabs",
"scripting",
"webRequest",
"declarativeNetRequestWithHostAccess"
],
"sandbox": {
"pages": [
"js\/sandbox.html"
]
},
"version": "1.0.0.3",
"web_accessible_resources": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"js\/sandbox.html"
],
"use_dynamic_url": true
}
]
} | |