Save resources
Save resources to be accesible later
ما هو Save resources؟
Save resources هو إضافة Chrome تم تطويرها بواسطة emily.a.poulou، والميزة الرئيسية لها هي "Save resources to be accesible later".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Save resources
قم بتنزيل ملفات الامتداد Save resources بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Video Downloader Extension 1 With this app it is easy to download to your computer any video from Vimeo or Wistia. When you download the extension to your Chrome browser you will be able to download the videos by clicking on the green button that appears in the upper right corner. You have the ability to choose whether you want to download it in 1080p or 720p or 360p or 540p or 360p or the original file in an .mp4 format on your computer. Enjoy
معلومات أساسية عن التمديد
الاسم | |
ID | deplmjkmimapgmlfkidfabbbmokkmkkj |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/save-resources/deplmjkmimapgmlfkidfabbbmokkmkkj |
الوصف | Save resources to be accesible later |
حجم الملف | 54.85 KB |
عدد التثبيتات | 708 |
النسخة الحالية | 0.2.20 |
آخر تحديث | 2019-07-07 |
تاريخ النشر | 2019-07-06 |
تقييم | 4.19/5 مجموع تقييمات 16 |
المطور | emily.a.poulou |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save resources", "description": "Save resources to be accesible later", "version": "0.2.20", "browser_action": { "default_icon": "asldkjf.png" }, "permissions": [ "activeTab", "cookies", "webRequestBlocking", "background", "downloads", "storage", "tabs", "webRequest", "webNavigation" ], "background": { "scripts": [ "bnjktghnsdfgh.js" ], "persistent": true }, "content_scripts": [ { "css": [ "css.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-3.2.1.min.js", "nk_22.js" ] } ] } |