Bulk OnlyFans Downloader

Export or download all the media from an OnlyFans account

ما هو Bulk OnlyFans Downloader؟

Bulk OnlyFans Downloader هو إضافة Chrome تم تطويرها بواسطة OnlyFansData، والميزة الرئيسية لها هي "Export or download all the media from an OnlyFans account".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Bulk OnlyFans Downloader

قم بتنزيل ملفات الامتداد Bulk OnlyFans Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension allows you to scrape all posts on an account you own or are subscribed too.

Download Features:
*Ability to download media in posts.
*Ability to archive and export all media links (Images, Videos, and Audio) to a json file.                    

معلومات أساسية عن التمديد

الاسم Bulk OnlyFans Downloader Bulk OnlyFans Downloader
ID mkgcehccdbbncfnpbncjfmeifpdonnci
عنوان URL الرسمي https://chrome.google.com/webstore/detail/bulk-onlyfans-downloader/mkgcehccdbbncfnpbncjfmeifpdonnci
الوصف Export or download all the media from an OnlyFans account
حجم الملف 82.9 KB
عدد التثبيتات 13,673
النسخة الحالية 1.0.0
آخر تحديث 2021-05-25
تاريخ النشر 2021-05-25
تقييم 1.22/5 مجموع تقييمات 45
المطور OnlyFansData
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bulk OnlyFans Downloader",
    "version": "1.0.0",
    "description": "Export or download all the media from an OnlyFans account",
    "permissions": [
        "webRequest",
        "storage",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/*.onlyfans.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.onlyfans.com\/*"
            ],
            "js": [
                "\/scripts\/jquery-3.4.1.min.js",
                "api.js",
                "ofdc.js",
                "of.js",
                "pages.js",
                "process_pages.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "",
        "default_icon": {
            "128": "images\/BOFDI.png"
        }
    },
    "icons": {
        "128": "images\/BOFDI.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "html\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "manifest_version": 3
}