Bulk OnlyFans Downloader

Export or download all the media from an OnlyFans account

What is Bulk OnlyFans Downloader?

Bulk OnlyFans Downloader is a Chrome extension developed by OnlyFansData, and its main feature is "Export or download all the media from an OnlyFans account".

Extension Screenshots

screenshot
screenshot
screenshot

Download Bulk OnlyFans Downloader Extension CRX File

Download Bulk OnlyFans Downloader 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

                        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.                    

Extension Basic Information

Name Bulk OnlyFans Downloader Bulk OnlyFans Downloader
ID mkgcehccdbbncfnpbncjfmeifpdonnci
Official URL https://chrome.google.com/webstore/detail/bulk-onlyfans-downloader/mkgcehccdbbncfnpbncjfmeifpdonnci
Description Export or download all the media from an OnlyFans account
File Size 82.9 KB
Installation Count 13,673
Current Version 1.0.0
Last Updated 2021-05-25
Publish Date 2021-05-25
Rating 1.22/5 Total 45 Ratings
Developer OnlyFansData
Email [email protected]
Payment Type free
Supported Languages 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": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "manifest_version": 3
}