Bulk OnlyFans Downloader

Export or download all the media from an OnlyFans account

Qu'est-ce que Bulk OnlyFans Downloader ?

Bulk OnlyFans Downloader est une extension Chrome développée par OnlyFansData, et sa fonction principale est "Export or download all the media from an OnlyFans account".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Bulk OnlyFans Downloader

Téléchargez les fichiers d'extension Bulk OnlyFans Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Bulk OnlyFans Downloader Bulk OnlyFans Downloader
ID mkgcehccdbbncfnpbncjfmeifpdonnci
URL Officiel https://chrome.google.com/webstore/detail/bulk-onlyfans-downloader/mkgcehccdbbncfnpbncjfmeifpdonnci
Description Export or download all the media from an OnlyFans account
Taille du Fichier 82.9 KB
Nombre d'Installations 13,673
Version Actuelle 1.0.0
Dernière Mise à Jour 2021-05-25
Date de Publication 2021-05-25
Évaluation 1.22/5 Total 45 Évaluations
Développeur OnlyFansData
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}