Bulk OnlyFans Downloader

Export downloadable links from OnlyFans performers

Bulk OnlyFans Downloader क्या है?

Bulk OnlyFans Downloader OnlyFansData द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export downloadable links from OnlyFans performers"।

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

screenshot
screenshot

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

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

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

                        This FREE extension allows you to scrape all posts on an account you own or are subscribed to.

Download Features:
*Ability to archive and export all media links (Images, Videos, and Audio) to a json file.

Planned Features:
*Download individual content
*[REDACTED] DRM'ed content

Small Tutorial:
Go to a user's profile  that you're subscribed too.
Click the download button and save the json files (If a user has 10k posts, it may take awhile)
Open json file with notepad and copy the contents into JDownloader and download them all.
(You must be using the same IP address to archive and download content)                    

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

नाम Bulk OnlyFans Downloader Bulk OnlyFans Downloader
ID akamldchkcljofogmoncjfboppchdkjk
आधिकारिक URL https://chromewebstore.google.com/detail/bulk-onlyfans-downloader/akamldchkcljofogmoncjfboppchdkjk
विवरण Export downloadable links from OnlyFans performers
फ़ाइल का आकार 482 KB
स्थापना संख्या 30,667
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-05-27
प्रकाशन तिथि 2023-05-27
रेटिंग 3.16/5 कुल 56 रेटिंग्स
डेवलपर OnlyFansData
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bulk OnlyFans Downloader",
    "description": "Export downloadable links from OnlyFans performers",
    "version": "1.0.0",
    "manifest_version": 3,
    "action": {
        "default_icon": "images\/BOFDI.png"
    },
    "icons": {
        "128": "images\/BOFDI.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "permissions": [
        "webRequest",
        "cookies",
        "storage",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/*.onlyfans.com\/*",
        "*:\/\/*.onlyfans.live\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "\/scripts\/jquery-3.7.0.min.js",
                "api.js",
                "ofdc.js",
                "manipulate.js"
            ],
            "matches": [
                "*:\/\/*.onlyfans.com\/*"
            ],
            "run_at": "document_start"
        }
    ]
}