Downloader for OnlyFans.com
Downloader for onlyfans.com. An extension that adds download buttons for OnlyFans images and videos.
What is Downloader for OnlyFans.com?
Downloader for OnlyFans.com is a Chrome extension developed by Alex G, and its main feature is "Downloader for onlyfans.com. An extension that adds download buttons for OnlyFans images and videos.".
Extension Screenshots
Download Downloader for OnlyFans.com Extension CRX File
Download Downloader for OnlyFans.com extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Notice: You need to follow/subscribe to the onlyfans.com creator first. *No paywall is bypassed.* *No unauthorized access or download is encouraged, facilitated or enabled.* Features: * Download OnlyFans.com videos. * Download OnlyFans.com images/photos. Disclaimer: OnlyFans is a registered trademark of Fenix International Limited. This Chrome extension (Downloader for OnlyFans.com) isn't in any way affiliated with, sponsored by, or endorsed by Fenix International Limited.
Extension Basic Information
Name | |
ID | pdbbabjcnanbkimdgcdfbnghhmchomnh |
Official URL | https://chrome.google.com/webstore/detail/downloader-for-onlyfansco/pdbbabjcnanbkimdgcdfbnghhmchomnh |
Description | Downloader for onlyfans.com. An extension that adds download buttons for OnlyFans images and videos. |
File Size | 177 KB |
Installation Count | 300,000 |
Current Version | 4.5.14 |
Last Updated | 2021-12-08 |
Publish Date | 2020-09-17 |
Rating | 4.13/5 Total 221 Ratings |
Developer | Alex G |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://jgao.me/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Downloader for OnlyFans.com", "version": "4.5.14", "description": "Downloader for onlyfans.com. An extension that adds download buttons for OnlyFans images and videos.", "icons": { "128": "\/assets\/icon128.png", "48": "\/assets\/icon48.png", "16": "\/assets\/icon16.png" }, "browser_action": { "default_icon": "\/assets\/icon16.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.onlyfans.com\/*" ], "js": [ "content.js", "jquery-3.4.1.min.js" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' 'sha256-OS4ZP4ITBPTiH6iz\/lNZ3jYl04iBf4QC2VQrEjJTZK4='; object-src 'self'", "permissions": [ "storage", "webRequest", "downloads", "*:\/\/*.onlyfans.com\/*" ], "background": { "scripts": [ "b.js" ], "persistent": true } } |