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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย browserextensioncoder และคุณลักษณะหลักของมันคือ "Allows OnlyFans content creators to download the content from their vault"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vault Downloader for OnlyFans Creators

ดาวน์โหลดไฟล์ส่วนขยาย Vault Downloader for OnlyFans Creators ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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\/*"
    ]
}