Bulk OnlyFans Downloader
Export downloadable links from OnlyFans performers
Bulk OnlyFans Downloader란 무엇입니까?
Bulk OnlyFans Downloader은(는) OnlyFansData에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Export downloadable links from OnlyFans performers"입니다.
확장 프로그램 스크린샷
Bulk OnlyFans Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } ] } |