Bulk OnlyFans Downloader

Export or download all the media from an OnlyFans account

Was ist Bulk OnlyFans Downloader?

Bulk OnlyFans Downloader ist eine Chrome-Erweiterung, die von OnlyFansData entwickelt wurde, und ihr Hauptmerkmal ist "Export or download all the media from an OnlyFans account".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Bulk OnlyFans Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bulk OnlyFans Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Bulk OnlyFans Downloader Bulk OnlyFans Downloader
ID mkgcehccdbbncfnpbncjfmeifpdonnci
Offizielle URL https://chrome.google.com/webstore/detail/bulk-onlyfans-downloader/mkgcehccdbbncfnpbncjfmeifpdonnci
Beschreibung Export or download all the media from an OnlyFans account
Dateigröße 82.9 KB
Installationsanzahl 13,673
Aktuelle Version 1.0.0
Letztes Update 2021-05-25
Veröffentlichungsdatum 2021-05-25
Bewertung 1.22/5 Insgesamt 45 Bewertungen
Entwickler OnlyFansData
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}