Downloader for Fansly.com

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

Downloader for Fansly.com क्या है?

Downloader for Fansly.com CDA Industries द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Downloader for fansly.com. An extension that adds download buttons for Fansly images and videos."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Downloader for Fansly.com एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Downloader for Fansly.com Downloader for Fansly.com
ID jgaacnifclemplimidkjfhllbdpmhpoo
आधिकारिक URL https://chrome.google.com/webstore/detail/downloader-for-fanslycom/jgaacnifclemplimidkjfhllbdpmhpoo
विवरण Downloader for fansly.com. An extension that adds download buttons for Fansly images and videos.
फ़ाइल का आकार 17.12 KB
स्थापना संख्या 20,000
वर्तमान संस्करण 2.0.1
अंतिम अपडेट 2022-06-01
प्रकाशन तिथि 2021-09-21
रेटिंग 3.73/5 कुल 41 रेटिंग्स
डेवलपर CDA Industries
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Motyldrogi/fansly-downloader/
गोपनीयता नीति पृष्ठ URL https://cdaindustries.com/privacy
समर्थित भाषाएँ 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"
    }
}