Bulk OnlyFans Downloader

Export downloadable links from OnlyFans performers

什麼是Bulk OnlyFans Downloader?

Bulk OnlyFans Downloader是由OnlyFansData開發的Chrome擴展程式,該擴展的主要功能是“Export downloadable links from OnlyFans performers”。

擴展截圖

screenshot
screenshot

下載Bulk OnlyFans Downloader擴展crx文件

下載Bulk OnlyFans Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        }
    ]
}