Bulk OnlyFans Downloader

Export downloadable links from OnlyFans performers

Bulk OnlyFans Downloaderคืออะไร?

Bulk OnlyFans Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย OnlyFansData และคุณลักษณะหลักของมันคือ "Export downloadable links from OnlyFans performers"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bulk OnlyFans Downloader

ดาวน์โหลดไฟล์ส่วนขยาย Bulk OnlyFans Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This FREE extension allows you to scrape all posts on an account you own or are subscribed to.

Download Features:
*Ability to archive and export all media links (Images, Videos, and Audio) to a json file.

Planned Features:
*Download individual content
*[REDACTED] DRM'ed content

Small Tutorial:
Go to a user's profile  that you're subscribed too.
Click the download button and save the json files (If a user has 10k posts, it may take awhile)
Open json file with notepad and copy the contents into JDownloader and download them all.
(You must be using the same IP address to archive and download content)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bulk OnlyFans Downloader Bulk OnlyFans Downloader
ID akamldchkcljofogmoncjfboppchdkjk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bulk-onlyfans-downloader/akamldchkcljofogmoncjfboppchdkjk
คำอธิบาย Export downloadable links from OnlyFans performers
ขนาดไฟล์ 482 KB
จำนวนการติดตั้ง 30,667
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-05-27
วันที่เผยแพร่ 2023-05-27
คะแนน 3.16/5 รวมทั้งหมด 56 คะแนน
ผู้พัฒนา OnlyFansData
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bulk OnlyFans Downloader",
    "description": "Export downloadable links from OnlyFans performers",
    "version": "1.0.0",
    "manifest_version": 3,
    "action": {
        "default_icon": "images\/BOFDI.png"
    },
    "icons": {
        "128": "images\/BOFDI.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "permissions": [
        "webRequest",
        "cookies",
        "storage",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/*.onlyfans.com\/*",
        "*:\/\/*.onlyfans.live\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "\/scripts\/jquery-3.7.0.min.js",
                "api.js",
                "ofdc.js",
                "manipulate.js"
            ],
            "matches": [
                "*:\/\/*.onlyfans.com\/*"
            ],
            "run_at": "document_start"
        }
    ]
}