Deviant Art Downloader
用于 Deviant Art 作品批量下载的 Chrome 扩展
Deviant Art Downloaderคืออะไร?
Deviant Art Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "用于 Deviant Art 作品批量下载的 Chrome 扩展"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Deviant Art Downloader
ดาวน์โหลดไฟล์ส่วนขยาย Deviant Art Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
DeviantArtDownloader 是一个用于批量下载 DeviantArt 作品、收藏的 chrome 扩展。 DeviantArtDownloader is a Chrome extension used to download galleries, favourites from DeviantArt.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Deviant Art Downloader |
ID | gbfhkaekginiijjfnjlmcaldmjpiajmm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/deviant-art-downloader/gbfhkaekginiijjfnjlmcaldmjpiajmm |
คำอธิบาย | 用于 Deviant Art 作品批量下载的 Chrome 扩展 |
ขนาดไฟล์ | 1.43 MB |
จำนวนการติดตั้ง | 966 |
เวอร์ชันปัจจุบัน | 1.0.5 |
อัปเดตครั้งล่าสุด | 2022-05-25 |
วันที่เผยแพร่ | 2022-04-21 |
คะแนน | 2.25/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Unknown |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Deviant Art Downloader", "name": "Deviant Art Downloader", "version": "1.0.5", "manifest_version": 3, "description": "\u7528\u4e8e Deviant Art \u4f5c\u54c1\u6279\u91cf\u4e0b\u8f7d\u7684 Chrome \u6269\u5c55", "homepage_url": "http:\/\/www.ovo7.cn", "icons": { "16": "images\/icon48.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_icon": "images\/icon48.png", "default_title": "Deviant Art Downloader", "default_popup": "index.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/www.deviantart.com\/*" ], "css": [ "static\/content.css" ], "js": [ "static\/content.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "downloads", "tabs" ], "externally_connectable": { "ids": [ "efcmplbhldgieddcnknaohfggcfodebk" ], "matches": [ "https:\/\/www.deviantart.com\/*" ], "accepts_tls_channel_id": false } } |