Bulk OnlyFans Downloader

Export downloadable links from OnlyFans performers

Bulk OnlyFans Downloader là gì?

Bulk OnlyFans Downloader là một tiện ích mở rộng Chrome được phát triển bởi OnlyFansData, và tính năng chính của nó là "Export downloadable links from OnlyFans performers".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bulk OnlyFans Downloader

Tải xuống các tệp mở rộng Bulk OnlyFans Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bulk OnlyFans Downloader Bulk OnlyFans Downloader
ID akamldchkcljofogmoncjfboppchdkjk
URL Chính Thức https://chromewebstore.google.com/detail/bulk-onlyfans-downloader/akamldchkcljofogmoncjfboppchdkjk
Mô tả Export downloadable links from OnlyFans performers
Kích Thước Tệp 482 KB
Số Lần Cài Đặt 30,667
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-05-27
Ngày Phát Hành 2023-05-27
Đánh Giá 3.16/5 Tổng số 56 Đánh Giá
Nhà Phát Triển OnlyFansData
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}