Bulk OnlyFans Downloader

Export or download all the media from an OnlyFans account

Bulk OnlyFans Downloader क्या है?

Bulk OnlyFans Downloader OnlyFansData द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export or download all the media from an OnlyFans account"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bulk OnlyFans Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Bulk OnlyFans Downloader Bulk OnlyFans Downloader
ID mkgcehccdbbncfnpbncjfmeifpdonnci
आधिकारिक URL https://chrome.google.com/webstore/detail/bulk-onlyfans-downloader/mkgcehccdbbncfnpbncjfmeifpdonnci
विवरण Export or download all the media from an OnlyFans account
फ़ाइल का आकार 82.9 KB
स्थापना संख्या 13,673
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-05-25
प्रकाशन तिथि 2021-05-25
रेटिंग 1.22/5 कुल 45 रेटिंग्स
डेवलपर OnlyFansData
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}