Fansly Downloader Chrome

Adds a download button to fansly feed and image gallery.

Fansly Downloader Chrome란 무엇입니까?

Fansly Downloader Chrome은(는) Hegmann Jameson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds a download button to fansly feed and image gallery."입니다.

확장 프로그램 스크린샷

screenshot

Fansly Downloader Chrome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}