SaveBomb
SaveBomb: Fast and simple way to download your favorite videos from various sources like YouTube, Vimeo, etc.
ما هو SaveBomb؟
SaveBomb هو إضافة Chrome تم تطويرها بواسطة Michal Koričanský، والميزة الرئيسية لها هي "SaveBomb: Fast and simple way to download your favorite videos from various sources like YouTube, Vimeo, etc.".
تحميل ملف CRX للإضافة SaveBomb
قم بتنزيل ملفات الامتداد SaveBomb بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Thanks to SaveBomb you will be able to download videos fast, simple and most of all FREE. All you have to do is to go on one of our supported websites and click on video, after that you will be redirected to our site where you will already have a link for downloading a video.
معلومات أساسية عن التمديد
الاسم | |
ID | bmbkkljnkjnhhnpifghhncfpfgjmegki |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/savebomb/bmbkkljnkjnhhnpifghhncfpfgjmegki |
الوصف | SaveBomb: Fast and simple way to download your favorite videos from various sources like YouTube, Vimeo, etc. |
حجم الملف | 8.61 KB |
عدد التثبيتات | 63 |
النسخة الحالية | 0.0.41 |
آخر تحديث | 2015-02-10 |
تاريخ النشر | 2015-02-10 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | Michal Koričanský |
نوع الدفع | free |
موقع الإضافة | http://www.savebomb.com |
عنوان صفحة المساعدة | http://www.savebomb.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SaveBomb", "description": "SaveBomb: Fast and simple way to download your favorite videos from various sources like YouTube, Vimeo, etc.", "version": "0.0.41", "author": "Michal Kori\u010dansk\u00fd", "icons": { "16": "img\/savebomb-16.png", "48": "img\/savebomb-48.png", "32": "img\/savebomb-32.png" }, "browser_action": { "default_icon": { "19": "img\/savebomb-16.png", "38": "img\/savebomb-32.png" }, "default_title": "Download" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs" ] } |