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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows OnlyFans content creators to download the content from their vault"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Vault Downloader for OnlyFans Creators एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*" ] } |