ThisLife Selected Photo Downloader
Download multiple photos at a time with ThisLife
ما هو ThisLife Selected Photo Downloader؟
ThisLife Selected Photo Downloader هو إضافة Chrome تم تطويرها بواسطة redth، والميزة الرئيسية لها هي "Download multiple photos at a time with ThisLife".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ThisLife Selected Photo Downloader
قم بتنزيل ملفات الامتداد ThisLife Selected Photo Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | jenhhgibbjngpjlcmdlofffjeiplllad |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/thislife-selected-photo-d/jenhhgibbjngpjlcmdlofffjeiplllad |
الوصف | Download multiple photos at a time with ThisLife |
حجم الملف | 139 KB |
عدد التثبيتات | 220 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2015-02-06 |
تاريخ النشر | 2015-02-06 |
تقييم | 3.25/5 مجموع تقييمات 8 |
المطور | redth |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ThisLife Selected Photo Downloader", "version": "1.0.1", "manifest_version": 2, "description": "Download multiple photos at a time with ThisLife", "homepage_url": "http:\/\/redth.codes", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "page_action": { "default_icon": "icons\/icon19.png", "default_title": "Download Selected Photos" }, "permissions": [ "contentSettings", "downloads", "https:\/\/app.thislife.com\/*" ], "omnibox": { "keyword": "ThisLife" }, "content_scripts": [ { "matches": [ "https:\/\/app.thislife.com\/*" ], "js": [ "src\/inject\/inject.js", "js\/jquery\/jquery.min.js" ] } ], "web_accessible_resources": [ "src\/inject\/page.js", "src\/inject\/downloadselected.js" ] } |