Vault Downloader for OnlyFans Creators
Allows OnlyFans content creators to download the content from their vault
Vault Downloader for OnlyFans Creators란 무엇입니까?
Vault Downloader for OnlyFans Creators은(는) browserextensioncoder에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows OnlyFans content creators to download the content from their vault"입니다.
확장 프로그램 스크린샷
Vault Downloader for OnlyFans Creators 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
NOTE: This is a PAID extension. To purchase a license go to: https://ofx.gumroad.com/l/vaultdownloader NOTE2: Once installed, click on the extension icon in your browser's toolbar to open a popup and start using the extension. Vault Downloader for OnlyFans enables content creators to download content present in their own vault. Did you post content to OnlyFans from your phone or computer and now you don't have it in your device's gallery anymore? with this extension you can download everything that is currently in your OnlyFans vault. You have the option to select a specific list from your vault (posts, messages, etc) and display it's content or you can search content in your vault from a date range. Once the content is displayed, you can download each file individually or select all of them and batch download them at once with a single click.
확장 프로그램 기본 정보
이름 | Vault Downloader for OnlyFans Creators |
ID | mhnaomjciifmgkgdelefbghmlhijfina |
공식 URL | https://chromewebstore.google.com/detail/vault-downloader-for-only/mhnaomjciifmgkgdelefbghmlhijfina |
설명 | Allows OnlyFans content creators to download the content from their vault |
파일 크기 | 567 KB |
설치 횟수 | 2,114 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2022-07-22 |
출시 날짜 | 2021-08-28 |
평점 | 3.43/5 총 7 개의 평점 |
개발자 | browserextensioncoder |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://ofx.gumroad.com/l/vaultdownloader |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vault Downloader for OnlyFans Creators", "description": "Allows OnlyFans content creators to download the content from their vault", "version": "1.0.1", "manifest_version": 3, "icons": { "16": ".\/icons\/16.png", "32": ".\/icons\/32.png", "48": ".\/icons\/48.png", "64": ".\/icons\/64.png", "96": ".\/icons\/96.png", "128": ".\/icons\/128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.onlyfans.com\/*" ], "js": [ "content.js" ] } ], "action": { "default_icon": { "16": ".\/icons\/16.png", "38": ".\/icons\/32.png", "48": ".\/icons\/48.png", "64": ".\/icons\/64.png", "96": ".\/icons\/96.png", "128": ".\/icons\/128.png" } }, "permissions": [ "storage", "unlimitedStorage", "cookies", "downloads" ], "host_permissions": [ "https:\/\/*.onlyfans.com\/*" ] } |