Bulk OnlyFans Downloader
Export or download all the media from an OnlyFans account
Bulk OnlyFans Downloaderคืออะไร?
Bulk OnlyFans Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย OnlyFansData และคุณลักษณะหลักของมันคือ "Export or download all the media from an OnlyFans account"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bulk OnlyFans Downloader
ดาวน์โหลดไฟล์ส่วนขยาย Bulk OnlyFans Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to scrape all posts on an account you own or are subscribed too. Download Features: *Ability to download media in posts. *Ability to archive and export all media links (Images, Videos, and Audio) to a json file.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mkgcehccdbbncfnpbncjfmeifpdonnci |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/bulk-onlyfans-downloader/mkgcehccdbbncfnpbncjfmeifpdonnci |
คำอธิบาย | Export or download all the media from an OnlyFans account |
ขนาดไฟล์ | 82.9 KB |
จำนวนการติดตั้ง | 13,673 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2021-05-25 |
วันที่เผยแพร่ | 2021-05-25 |
คะแนน | 1.22/5 รวมทั้งหมด 45 คะแนน |
ผู้พัฒนา | OnlyFansData |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bulk OnlyFans Downloader", "version": "1.0.0", "description": "Export or download all the media from an OnlyFans account", "permissions": [ "webRequest", "storage", "downloads" ], "host_permissions": [ "*:\/\/*.onlyfans.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.onlyfans.com\/*" ], "js": [ "\/scripts\/jquery-3.4.1.min.js", "api.js", "ofdc.js", "of.js", "pages.js", "process_pages.js" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "", "default_icon": { "128": "images\/BOFDI.png" } }, "icons": { "128": "images\/BOFDI.png" }, "web_accessible_resources": [ { "resources": [ "images\/*", "html\/*" ], "matches": [ " |