Fansly™ Helper
Download content from your Fansly active subscriptions.
What is Fansly™ Helper?
Fansly™ Helper is a Chrome extension developed by lovemomentshopify, and its main feature is "Download content from your Fansly active subscriptions.".
Extension Screenshots
Download Fansly™ Helper Extension CRX File
Download Fansly™ Helper 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
By installing this extension, you add more features to fanslydownloader.com: Standard download buttons (no right-click is required) Bulk download with a single click Automatic filenames Extended features for supported websites fanslydownloader.com respects your privacy, so this extension is active only when it is necessary.
Extension Basic Information
Name | Fansly™ Helper |
ID | mikklijcekemmkdfbknclapgnibomloh |
Official URL | https://chrome.google.com/webstore/detail/fansly-helper/mikklijcekemmkdfbknclapgnibomloh |
Description | Download content from your Fansly active subscriptions. |
File Size | 414 KB |
Installation Count | 3,000 |
Current Version | 1.4.6 |
Last Updated | 2023-11-20 |
Publish Date | 2023-11-06 |
Rating | 2.25/5 Total 8 Ratings |
Developer | lovemomentshopify |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://hlsdownloader.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "action": [], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [ "storage", "identity", "downloads", "system.display", "scripting" ], "icons": { "16": "src\/assets\/icon-16.png", "48": "src\/assets\/icon-48.png", "128": "src\/assets\/icon-128.png" }, "name": "Fansly\u2122 Helper", "short_name": "Fansly", "description": "Download content from your Fansly active subscriptions.", "version": "1.4.6", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAon1+HzBMdmt+tTuC\/ykST76Q\/DrcaFb1GAvpHbywvmbEcuY5vseXgVfHdO4npFtZoic4IsgPUYXy21uARatK8gX3gIJEBUNNmVNZcyIubP\/dsGcljYVo3gTiO2RbncIcR73AfdxZd\/aH\/e27xHZpMPwnVuzwTOMULpilllbQRSRnp0Y9vkrMr\/9DABvjS+MVNVfkE3450OnzbcAlGuDQjbMX1Z2LmYfP04MEwxAA1Ay7SmD6Pb\/byelbzJLFiEOuGwBFtDFYVVcdOZHYNswRzje7QXxLlTK6RKSV\/vcj3GpQr0CvHVGTsbMp+Eg\/aREUtVO6dKH+AjOZe6MLLwv\/LQIDAQAB", "oauth2": { "client_id": "180346679292-dgq08v7tnrvot0vmk3kjpu73su6levak.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "host_permissions": [ "*:\/\/*.fansly.com\/*" ], "content_scripts": [ { "js": [ "assets\/content.ts-loader-db8c0243.js" ], "matches": [ "*:\/\/*.fansly.com\/*" ], "css": [ "assets\/style.css" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ { "matches": [ "*:\/\/*.fansly.com\/*" ], "resources": [ "assets\/content.ts-8e0e2e27.js" ], "use_dynamic_url": true } ] } |