Fansly Downloader
Fansly Downloader
什麼是Fansly Downloader?
Fansly Downloader是由Red Panda Developer開發的Chrome擴展程式,該擴展的主要功能是“Fansly Downloader”。
擴展截圖
下載Fansly Downloader擴展crx文件
下載Fansly Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
⬇️ How to use Fansly Downloader? Follow the instructions on the extension pop-up. 🍑 Fansly Downloader features ✓ Shows a pop-up with instructions ✓ Calculates average likes per post ✓ Promotes another extension ✓ No password, API login or permissions required ✓ License key required ✓ Simple and easy to use ✓ 24/7 developer support 💳 Pricing, Return and Refund Policy ● Access all features for just $18.99/month. No account required to sign up, and you can cancel at any time, no questions asked! ● No functionality of this extension is available unless you are subscribed to a paid subscription. ● The available payment methods are Credit/Debit cards. ● Google is not the seller of this service. ● We accept refunds.
擴展基本資訊
名稱 | Fansly Downloader |
ID | ffjnkelgbofcldeogmapbakobanodkab |
官方網址 | https://chrome.google.com/webstore/detail/fansly-downloader/ffjnkelgbofcldeogmapbakobanodkab |
簡介 | Fansly Downloader |
檔案大小 | 17.16 KB |
安裝次數 | 831 |
目前版本 | 1.5 |
更新時間 | 2024-02-23 |
上架時間 | 2022-11-27 |
評分 | 1.00/5 共 2 次評分 |
開發者 | Red Panda Developer |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://sprise.ltd/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_popup": "popup\/payment.html" }, "name": "Fansly Downloader", "description": "Fansly Downloader", "content_scripts": [ { "js": [ "content\/content.js" ], "matches": [ "https:\/\/fansly.com\/*" ] } ], "version": "1.5", "host_permissions": [ "https:\/\/sprise-api.xyz\/*" ], "manifest_version": 3, "permissions": [ "storage" ], "icons": { "128": "assets\/logo.png", "16": "assets\/logo.png", "48": "assets\/logo.png" } } |