Bulk OnlyFans Downloader
Export or download all the media from an OnlyFans account
Hvad er Bulk OnlyFans Downloader?
Bulk OnlyFans Downloader er en Chrome-udvidelse udviklet af OnlyFansData, og dens hovedfunktion er "Export or download all the media from an OnlyFans account".
Udvidelsesskærmbilleder
Download Bulk OnlyFans Downloader-udvidelses-CRX-fil
Download Bulk OnlyFans Downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | mkgcehccdbbncfnpbncjfmeifpdonnci |
Officiel URL | https://chrome.google.com/webstore/detail/bulk-onlyfans-downloader/mkgcehccdbbncfnpbncjfmeifpdonnci |
Beskrivelse | Export or download all the media from an OnlyFans account |
Filstørrelse | 82.9 KB |
Antal Installationer | 13,673 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2021-05-25 |
Udgivelsesdato | 2021-05-25 |
Bedømmelse | 1.22/5 Samlet 45 Bedømmelser |
Udvikler | OnlyFansData |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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": [ " |