Downloader for Fansly.com

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

Downloader for Fansly.com là gì?

Downloader for Fansly.com là một tiện ích mở rộng Chrome được phát triển bởi CDA Industries, và tính năng chính của nó là "Downloader for fansly.com. An extension that adds download buttons for Fansly images and videos.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Downloader for Fansly.com

Tải xuống các tệp mở rộng Downloader for Fansly.com dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Downloader for Fansly.com Downloader for Fansly.com
ID jgaacnifclemplimidkjfhllbdpmhpoo
URL Chính Thức https://chrome.google.com/webstore/detail/downloader-for-fanslycom/jgaacnifclemplimidkjfhllbdpmhpoo
Mô tả Downloader for fansly.com. An extension that adds download buttons for Fansly images and videos.
Kích Thước Tệp 17.12 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2022-06-01
Ngày Phát Hành 2021-09-21
Đánh Giá 3.73/5 Tổng số 41 Đánh Giá
Nhà Phát Triển CDA Industries
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Motyldrogi/fansly-downloader/
URL Trang Chính Sách Bảo Mật https://cdaindustries.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}