Bulk OnlyFans Downloader
Export or download all the media from an OnlyFans account
Vad är Bulk OnlyFans Downloader?
Bulk OnlyFans Downloader är en Chrome-tillägg utvecklad av OnlyFansData, och dess huvudfunktion är "Export or download all the media from an OnlyFans account".
Tilläggsskärmbilder
Ladda ner Bulk OnlyFans Downloader-förlängningens CRX-fil
Ladda ner Bulk OnlyFans Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | mkgcehccdbbncfnpbncjfmeifpdonnci |
| Officiell webbadress | https://chrome.google.com/webstore/detail/bulk-onlyfans-downloader/mkgcehccdbbncfnpbncjfmeifpdonnci |
| Beskrivning | Export or download all the media from an OnlyFans account |
| Filstorlek | 82.9 KB |
| Antal Installationer | 13,673 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2021-05-25 |
| Publiceringsdatum | 2021-05-25 |
| Betyg | 1.22/5 Totalt 45 Betyg |
| Utvecklare | OnlyFansData |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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": [
" | |