Px Downloader
Download illust, manga, ugoira(animation) and novel from Pixiv
ما هو Px Downloader؟
Px Downloader هو إضافة Chrome تم تطويرها بواسطة rndom.hack، والميزة الرئيسية لها هي "Download illust, manga, ugoira(animation) and novel from Pixiv".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Px Downloader
قم بتنزيل ملفات الامتداد Px Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This chrome extension allows you to download illust, manga, ugoira(animation) and novel from Pixiv. Once installed, "Px Downloader" button added to work pages. You can easily download by clicking the button.
معلومات أساسية عن التمديد
الاسم | Px Downloader |
ID | bcbibglkpaimhgmoomembjhclhipoack |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/px-downloader/bcbibglkpaimhgmoomembjhclhipoack |
الوصف | Download illust, manga, ugoira(animation) and novel from Pixiv |
حجم الملف | 76.86 KB |
عدد التثبيتات | 71,698 |
النسخة الحالية | 3.5.0 |
آخر تحديث | 2020-12-03 |
تاريخ النشر | 2020-02-24 |
تقييم | 4.26/5 مجموع تقييمات 176 |
المطور | rndom.hack |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://rndomhack.com/2016/01/15/px-downloader/ |
اللغات المدعومة | en,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Px Downloader", "version": "3.5.0", "default_locale": "en", "description": "__MSG_extDescription__", "author": "rndomhack", "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "browser_action": { "default_icon": { "19": "icon\/icon19.png", "38": "icon\/icon38.png" }, "default_title": "Px Downloader" }, "background": { "scripts": [ "lib\/browser.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.pixiv.net\/*" ], "css": [ "css\/content.css" ], "js": [ "lib\/browser.js", "lib\/jszip.min.js", "lib\/gif.js", "js\/content.js" ], "run_at": "document_start" } ], "options_ui": { "page": "html\/options.html", "chrome_style": true }, "permissions": [ "storage", "downloads", "webRequest", "webRequestBlocking", "*:\/\/*.pixiv.net\/", "*:\/\/*.pximg.net\/", "*:\/\/*.techorus-cdn.com\/" ], "browser_specific_settings": { "gecko": { "id": "{a3650a89-273e-474b-9e32-46ba5397cf46}" } } } |