Bulk OnlyFans Downloader
Export or download all the media from an OnlyFans account
Cos'è Bulk OnlyFans Downloader?
Bulk OnlyFans Downloader è un'estensione di Chrome sviluppata da OnlyFansData, e la sua funzione principale è "Export or download all the media from an OnlyFans account".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bulk OnlyFans Downloader
Scarica i file di estensione Bulk OnlyFans Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | mkgcehccdbbncfnpbncjfmeifpdonnci |
URL Ufficiale | https://chrome.google.com/webstore/detail/bulk-onlyfans-downloader/mkgcehccdbbncfnpbncjfmeifpdonnci |
Descrizione | Export or download all the media from an OnlyFans account |
Dimensione del File | 82.9 KB |
Conteggio Installazioni | 13,673 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2021-05-25 |
Data di Pubblicazione | 2021-05-25 |
Valutazione | 1.22/5 Totale 45 Valutazioni |
Sviluppatore | OnlyFansData |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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": [ " |