Downloader for Fansly.com

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

Vad är Downloader for Fansly.com?

Downloader for Fansly.com är en Chrome-tillägg utvecklad av CDA Industries, och dess huvudfunktion är "Downloader for fansly.com. An extension that adds download buttons for Fansly images and videos.".

Tilläggsskärmbilder

screenshot

Ladda ner Downloader for Fansly.com-förlängningens CRX-fil

Ladda ner Downloader for Fansly.com-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Downloader for Fansly.com Downloader for Fansly.com
ID jgaacnifclemplimidkjfhllbdpmhpoo
Officiell webbadress https://chrome.google.com/webstore/detail/downloader-for-fanslycom/jgaacnifclemplimidkjfhllbdpmhpoo
Beskrivning Downloader for fansly.com. An extension that adds download buttons for Fansly images and videos.
Filstorlek 17.12 KB
Antal Installationer 20,000
Aktuell Version 2.0.1
Senast Uppdaterad 2022-06-01
Publiceringsdatum 2021-09-21
Betyg 3.73/5 Totalt 41 Betyg
Utvecklare CDA Industries
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/Motyldrogi/fansly-downloader/
URL till Sekretesspolicy Sidan https://cdaindustries.com/privacy
Stödda Språk 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"
    }
}