Fansly Downloader
Fansly Downloader
Co to jest Fansly Downloader?
Fansly Downloader to rozszerzenie Chrome opracowane przez Red Panda Developer, a jego główną funkcją jest „Fansly Downloader”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Fansly Downloader
Pobierz pliki rozszerzeń Fansly Downloader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
⬇️ 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.
Podstawowe informacje o rozszerzeniu
Nazwa | Fansly Downloader |
ID | ffjnkelgbofcldeogmapbakobanodkab |
Oficjalny URL | https://chrome.google.com/webstore/detail/fansly-downloader/ffjnkelgbofcldeogmapbakobanodkab |
Opis | Fansly Downloader |
Rozmiar pliku | 17.16 KB |
Liczba instalacji | 831 |
Aktualna Wersja | 1.5 |
Ostatnia Aktualizacja | 2024-02-23 |
Data Publikacji | 2022-11-27 |
Ocena | 1.00/5 Łącznie 2 Oceny |
Deweloper | Red Panda Developer |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://sprise.ltd/privacy |
Obsługiwane Języki | 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" } } |