Vine Downloader
Download Vines to your computer
ما هو Vine Downloader؟
Vine Downloader هو إضافة Chrome تم تطويرها بواسطة Adam Carbonell، والميزة الرئيسية لها هي "Download Vines to your computer".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Vine Downloader
قم بتنزيل ملفات الامتداد Vine Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Download any vine from anywhere. Right-click to download: - vine links - embedded vines - anywhere on a vine video page
معلومات أساسية عن التمديد
الاسم | |
ID | mefolbegkohleofbbbehjgamcpfohjjh |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/vine-downloader/mefolbegkohleofbbbehjgamcpfohjjh |
الوصف | Download Vines to your computer |
حجم الملف | 32.59 KB |
عدد التثبيتات | 999 |
النسخة الحالية | 1.31 |
آخر تحديث | 2023-02-12 |
تاريخ النشر | 2020-03-08 |
تقييم | 3.32/5 مجموع تقييمات 41 |
المطور | Adam Carbonell |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://boarlet.com/vine |
عنوان صفحة سياسة الخصوصية | https://adamcarbonell.com/policy.html |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vine Downloader", "version": "1.31", "description": "Download Vines to your computer", "manifest_version": 2, "background": { "page": "background.html" }, "permissions": [ "contextMenus", "tabs", "downloads" ], "icons": { "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" } } |