Fansly Downloader

Fansly Downloader

Co je Fansly Downloader?

Fansly Downloader je rozšíření Chrome vyvinuté Red Panda Developer, a jeho hlavní funkcí je „Fansly Downloader“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Fansly Downloader

Stáhněte si soubory rozšíření Fansly Downloader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        ⬇️ 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.                    

Základní Informace o Rozšíření

Název Fansly Downloader Fansly Downloader
ID ffjnkelgbofcldeogmapbakobanodkab
Oficiální URL https://chrome.google.com/webstore/detail/fansly-downloader/ffjnkelgbofcldeogmapbakobanodkab
Popis Fansly Downloader
Velikost souboru 17.16 KB
Počet instalací 831
Aktuální Verze 1.5
Poslední Aktualizace 2024-02-23
Datum Vydání 2022-11-27
Hodnocení 1.00/5 Celkem 2 Hodnocení
Vývojář Red Panda Developer
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://sprise.ltd/privacy
Podporované Jazyky 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"
    }
}