Collector for OnlyFans and Fansly

Download content from your OnlyFans/Fansly active subscriptions

What is Collector for OnlyFans and Fansly?

Collector for OnlyFans and Fansly is a Chrome extension developed by https://of-collector.com, and its main feature is "Download content from your OnlyFans/Fansly active subscriptions".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Collector for OnlyFans and Fansly Extension CRX File

Download Collector for OnlyFans and Fansly extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        PAID (NOT FREE) EXTENSION to mass/batch download content from your OnlyFans/Fansly active subscriptions. It includes a TRIAL LICENSE for limited use and once you're sure you like it you can purchase a MONTHLY license to use the full version.

Each platform (OnlyFans or Fansly) has it's own license key, so if you purchase a license for OnlyFans or Fansly, you'll only be able to use it for that platform; A bundle with a special price is provided to be able to use both platforms at the same time. Licenses can ONLY be purchased using cryptocurrencies.

To purchase licenses go to:
https://of-collector.com/site/

The extension contains 4 modules:

- Creator Multimedia: Select a creator from a list of your subscriptions to start searching content in any date rante and then single/mass download.
- Purchased Content: Search the PPV content you've ever bought and download it.
- Main Feed: Provide a date range without selecting any creator and display all the content from all your subscriptions at once for download (similar to OnlyFans feed).
- Chats: A list from creators you've ever subscribed and chatted with. If you've ever received a picture/video from a creator in the past, you'll be able to display it and download it here.

This extension requires you to have an active subscription to creators in order to download content from them. No paywalls are bypassed.                    

Extension Basic Information

Name Collector for OnlyFans and Fansly Collector for OnlyFans and Fansly
ID lkcmfhlkdfadbmciehglgcgbicoljmda
Official URL https://chrome.google.com/webstore/detail/collector-for-onlyfans-an/lkcmfhlkdfadbmciehglgcgbicoljmda
Description Download content from your OnlyFans/Fansly active subscriptions
File Size 1.73 MB
Installation Count 10,000
Current Version 2.0.16
Last Updated 2024-01-06
Publish Date 2021-09-04
Rating 3.04/5 Total 57 Ratings
Developer https://of-collector.com
Email [email protected]
Payment Type free
Extension Website https://of-collector.com/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Collector for OnlyFans and Fansly",
    "description": "Download content from your OnlyFans\/Fansly active subscriptions",
    "version": "2.0.16",
    "manifest_version": 3,
    "icons": {
        "20": ".\/icons\/ofc_20.png",
        "50": ".\/icons\/ofc_50.png",
        "200": ".\/icons\/ofc_200.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.fansly.com\/*",
                "https:\/\/*.onlyfans.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "20": ".\/icons\/ofc_20.png",
            "50": ".\/icons\/ofc_50.png",
            "200": ".\/icons\/ofc_200.png"
        }
    },
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage",
        "downloads",
        "cookies",
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/*.fansly.com\/*",
        "https:\/\/*.onlyfans.com\/*",
        "https:\/\/*.gitlab.com\/*"
    ]
}