Fansly Downloader Chrome

Adds a download button to fansly feed and image gallery.

ما هو Fansly Downloader Chrome؟

Fansly Downloader Chrome هو إضافة Chrome تم تطويرها بواسطة Hegmann Jameson، والميزة الرئيسية لها هي "Adds a download button to fansly feed and image gallery.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Fansly Downloader Chrome

قم بتنزيل ملفات الامتداد Fansly Downloader Chrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        One click to download fansly images and videos.
Bulk download images and videos from your fansly active subscriptions.
# How it works?
1. Open fansly.com url and log in to your account as usual
2. Click on the application icon in the upper right corner
3. Click the "Download" button just below each feed.
What media you can download?
-photos
-videos
###This extension requires you to have an active subscription to creators in order to download content from them. No paywalls are bypassed.
#IS IT FREE?
It includes a FREE TRIAL for limited use and once you're sure you like it you can purchase PRO membership to use the full version.
#Data privacy
All the data is processed only on your local computer, it never passes through our web servers, no one knows what others export.
Disclaimer:
Fansly is a registered trademark. This Chrome extension isn't affiliated with, sponsored by, or endorsed by Fansly.
#SUPPORT
We sincerely want to solve any problem you may have.Please feel free to contact us via [email protected].                    

معلومات أساسية عن التمديد

الاسم Fansly Downloader Chrome Fansly Downloader Chrome
ID faialfnbfiahdaflkofhnbnopmipldbk
عنوان URL الرسمي https://chrome.google.com/webstore/detail/fansly-downloader-chrome/faialfnbfiahdaflkofhnbnopmipldbk
الوصف Adds a download button to fansly feed and image gallery.
حجم الملف 19.72 KB
عدد التثبيتات 1,000
النسخة الحالية 2.0.6
آخر تحديث 2023-09-14
تاريخ النشر 2023-09-14
تقييم 2.00/5 مجموع تقييمات 2
المطور Hegmann Jameson
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fansly Downloader Chrome",
    "description": "Adds a download button to fansly feed and image gallery.",
    "version": "2.0.6",
    "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"
    }
}