Downloader for Fansly.com

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

Co je Downloader for Fansly.com?

Downloader for Fansly.com je rozšíření Chrome vyvinuté CDA Industries, a jeho hlavní funkcí je „Downloader for fansly.com. An extension that adds download buttons for Fansly images and videos.“.

Snímky obrazovky rozšíření

screenshot

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

Stáhněte si soubory rozšíření Downloader for Fansly.com 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í

                        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".                    

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

Název Downloader for Fansly.com Downloader for Fansly.com
ID jgaacnifclemplimidkjfhllbdpmhpoo
Oficiální URL https://chrome.google.com/webstore/detail/downloader-for-fanslycom/jgaacnifclemplimidkjfhllbdpmhpoo
Popis Downloader for fansly.com. An extension that adds download buttons for Fansly images and videos.
Velikost souboru 17.12 KB
Počet instalací 20,000
Aktuální Verze 2.0.1
Poslední Aktualizace 2022-06-01
Datum Vydání 2021-09-21
Hodnocení 3.73/5 Celkem 41 Hodnocení
Vývojář CDA Industries
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/Motyldrogi/fansly-downloader/
URL Stránky Zásad Ochrany Soukromí https://cdaindustries.com/privacy
Podporované Jazyky 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"
    }
}