Downloader for Fansly.com

Downloader for fansly.com. An extension that adds download buttons for Fansly images and videos.

Cos'è Downloader for Fansly.com?

Downloader for Fansly.com è un'estensione di Chrome sviluppata da CDA Industries, e la sua funzione principale è "Downloader for fansly.com. An extension that adds download buttons for Fansly images and videos.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Downloader for Fansly.com

Scarica i file di estensione Downloader for Fansly.com in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Notice:
You need to follow/subscribe to the fansly.com creator first.
*No paywall is bypassed.*
*No unauthorized access or download is encouraged, facilitated or enabled.*

Features:
* Download fansly.com videos.
* Download fansly.com images/photos.

Disclaimer:
"Fansly" or fansly.com is operated by Select Media LLC as stated on their "Contact" page. This Chrome extension (Downloader for fansly.com) isn't in any way affiliated with, sponsored by, or endorsed by Select Media LLC or "Fansly".                    

Informazioni di Base sull'Estensione

Nome Downloader for Fansly.com Downloader for Fansly.com
ID jgaacnifclemplimidkjfhllbdpmhpoo
URL Ufficiale https://chrome.google.com/webstore/detail/downloader-for-fanslycom/jgaacnifclemplimidkjfhllbdpmhpoo
Descrizione Downloader for fansly.com. An extension that adds download buttons for Fansly images and videos.
Dimensione del File 17.12 KB
Conteggio Installazioni 20,000
Versione Corrente 2.0.1
Ultimo Aggiornamento 2022-06-01
Data di Pubblicazione 2021-09-21
Valutazione 3.73/5 Totale 41 Valutazioni
Sviluppatore CDA Industries
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Motyldrogi/fansly-downloader/
URL della Pagina della Politica sulla Privacy https://cdaindustries.com/privacy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Downloader for Fansly.com",
    "description": "Downloader for fansly.com. An extension that adds download buttons for Fansly images and videos.",
    "version": "2.0.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fansly.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "\/images\/icon-16.png",
        "32": "\/images\/icon-32.png",
        "48": "\/images\/icon-48.png",
        "128": "\/images\/icon-128.png"
    }
}