Persepolis Download Manager Integration
Persepolis Download Manager Integration extension replaces default download manager of Google Chrome by Persepolis Download Manager.
ما هو Persepolis Download Manager Integration؟
Persepolis Download Manager Integration هو إضافة Chrome تم تطويرها بواسطة Persepolis DM(Jafar Akhondali)، والميزة الرئيسية لها هي "Persepolis Download Manager Integration extension replaces default download manager of Google Chrome by Persepolis Download Manager.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Persepolis Download Manager Integration
قم بتنزيل ملفات الامتداد Persepolis Download Manager Integration بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Persepolis Download Manager Integration extension replaces default download manager of Google Chrome by PDM Download Manager. Features: - Catch downloads automatically - Exclude URLS by keywords for interrupting - Batch download filter based on include\exclude and file extension Please report any Issues here: https://github.com/persepolisdm/Persepolis-WebExtension For more info & usage visit: https://github.com/persepolisdm/persepolis http://persepolisdm.github.io/
معلومات أساسية عن التمديد
الاسم | Persepolis Download Manager Integration |
ID | legimlagjjoghkoedakdjhocbeomojao |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/persepolis-download-manag/legimlagjjoghkoedakdjhocbeomojao |
الوصف | Persepolis Download Manager Integration extension replaces default download manager of Google Chrome by Persepolis Download Manager. |
حجم الملف | 374 KB |
عدد التثبيتات | 6,239 |
النسخة الحالية | 2.4.0 |
آخر تحديث | 2021-08-31 |
تاريخ النشر | 2019-06-02 |
تقييم | 4.48/5 مجموع تقييمات 61 |
المطور | Persepolis DM(Jafar Akhondali) |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://persepolisdm.github.io/ |
عنوان صفحة المساعدة | https://github.com/persepolisdm/Persepolis-WebExtension |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/icon_32.png", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "all_frames": true, "js": [ "contentScripts\/content.js" ], "css": [ "contentScripts\/modal.css" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*", "file:\/\/*\/*", "ftp:\/\/*\/*" ], "run_at": "document_start", "match_about_blank": true } ], "description": "Persepolis Download Manager Integration extension replaces default download manager of Google Chrome by Persepolis Download Manager.", "homepage_url": "https:\/\/github.com\/persepolisdm\/Persepolis-WebExtension", "icons": { "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "manifest_version": 2, "minimum_chrome_version": "19.0", "name": "Persepolis Download Manager Integration", "short_name": "Persepolis", "offline_enabled": true, "permissions": [ " |