OnlyFans Downloader Chrome Extension avatar

OnlyFans Downloader Chrome Extension

Pricing

Pay per usage

Go to Apify Store
OnlyFans Downloader Chrome Extension

OnlyFans Downloader Chrome Extension

OnlyFans Downloader Chrome Extension is an unofficial companion workflow for saving media you own or have permission to access. This Actor provides a lightweight URL metadata check for direct media and HLS links used in that workflow.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

roger doe

roger doe

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

3 days ago

Last modified

Categories

Share

OnlyFans Downloader Chrome Extension is an unofficial companion workflow for saving media you own or have permission to access. This Actor provides a lightweight URL metadata check for direct media and HLS links used in that workflow.

It does not log in to OnlyFans, bypass paywalls, unlock DRM, scrape private accounts, or extract protected content. Use it only with content you are authorized to access and download.

Get the Chrome extension

What this Actor does

  • Validates media and HLS URL format
  • Checks reachable direct media URLs with a lightweight HEAD request
  • Returns content type, content length, final URL, and status code when available
  • Produces a clean dataset for downstream API, CSV, JSON, or automation workflows
  • Returns setup guidance when no media URLs are provided

What this Actor does not do

  • It does not collect OnlyFans credentials
  • It does not ask for cookies or session tokens
  • It does not bypass subscriptions, paywalls, access controls, or DRM
  • It does not redistribute downloaded content
  • It does not replace the Chrome extension UI

Input

{
"mediaUrls": [
"https://example.com/video.m3u8",
"https://example.com/file.mp4"
],
"requestTimeoutSecs": 10
}

If mediaUrls is empty, the Actor outputs an informational workflow record.

Output example

{
"url": "https://example.com/video.m3u8",
"validUrl": true,
"isLikelyHls": true,
"isLikelyMedia": true,
"status": 200,
"contentType": "application/vnd.apple.mpegurl",
"contentLength": null,
"finalUrl": "https://example.com/video.m3u8",
"checkedAt": "2026-06-22T00:00:00.000Z"
}

Responsible use

Only use this Actor and the related browser extension for content you own or have explicit permission to access and save. Respect creator rights, platform terms, copyright law, and privacy expectations.

OnlyFans is a trademark of Fenix International Limited. This Actor and the related extension are unofficial and are not affiliated with, endorsed by, sponsored by, or approved by OnlyFans or Fenix International Limited.