Bulk OnlyFans Downloader

Export or download all the media from an OnlyFans account

Wat is Bulk OnlyFans Downloader?

Bulk OnlyFans Downloader is een Chrome-extensie ontwikkeld door OnlyFansData, en de belangrijkste functie is "Export or download all the media from an OnlyFans account".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Bulk OnlyFans Downloader

Download Bulk OnlyFans Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Bulk OnlyFans Downloader Bulk OnlyFans Downloader
ID mkgcehccdbbncfnpbncjfmeifpdonnci
Officiële URL https://chrome.google.com/webstore/detail/bulk-onlyfans-downloader/mkgcehccdbbncfnpbncjfmeifpdonnci
Beschrijving Export or download all the media from an OnlyFans account
Bestandsgrootte 82.9 KB
Aantal Installaties 13,673
Huidige Versie 1.0.0
Laatst Bijgewerkt 2021-05-25
Publicatiedatum 2021-05-25
Beoordeling 1.22/5 Totaal 45 Beoordelingen
Ontwikkelaar OnlyFansData
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}