Fansly Downloader

Fansly Downloader

Fansly Downloader là gì?

Fansly Downloader là một tiện ích mở rộng Chrome được phát triển bởi Red Panda Developer, và tính năng chính của nó là "Fansly Downloader".

Ả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 Fansly Downloader

Tải xuống các tệp mở rộng Fansly Downloader 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

                        ⬇️ How to use Fansly Downloader?
Follow the instructions on the extension pop-up.

🍑 Fansly Downloader features
✓ Shows a pop-up with instructions
✓ Calculates average likes per post
✓ Promotes another extension
✓ No password, API login or permissions required
✓ License key required
✓ Simple and easy to use
✓ 24/7 developer support

💳 Pricing, Return and Refund Policy
● Access all features for just $18.99/month. No account required to sign up, and you can cancel at any time, no questions asked!
● No functionality of this extension is available unless you are subscribed to a paid subscription.
● The available payment methods are Credit/Debit cards.
● Google is not the seller of this service.
● We accept refunds.                    

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

Tên Fansly Downloader Fansly Downloader
ID ffjnkelgbofcldeogmapbakobanodkab
URL Chính Thức https://chrome.google.com/webstore/detail/fansly-downloader/ffjnkelgbofcldeogmapbakobanodkab
Mô tả Fansly Downloader
Kích Thước Tệp 17.16 KB
Số Lần Cài Đặt 831
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2024-02-23
Ngày Phát Hành 2022-11-27
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Red Panda Developer
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sprise.ltd/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "popup\/payment.html"
    },
    "name": "Fansly Downloader",
    "description": "Fansly Downloader",
    "content_scripts": [
        {
            "js": [
                "content\/content.js"
            ],
            "matches": [
                "https:\/\/fansly.com\/*"
            ]
        }
    ],
    "version": "1.5",
    "host_permissions": [
        "https:\/\/sprise-api.xyz\/*"
    ],
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "assets\/logo.png",
        "16": "assets\/logo.png",
        "48": "assets\/logo.png"
    }
}