Onlyfans Downloader

Download onlyfans video

Onlyfans Downloader là gì?

Onlyfans Downloader là một tiện ích mở rộng Chrome được phát triển bởi of-dl, và tính năng chính của nó là "Download onlyfans video".

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

screenshot
screenshot

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

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

                        This is a convenient Chrome extension designed to download videos and images from website. Our aim is to enhance users' browsing experience and allow them to access content offline.

Please note that we only allow downloading videos and images from website for personal, non-commercial use. We encourage users to comply with relevant laws and regulations, and respect intellectual property and copyright laws.

If you enjoy using this Chrome extension and would like to support our work, please consider making a donation. Your generous contribution will help us improve and optimize our website and extension, and provide better service and experience to our users. Thank you for your support and trust!

这是一个方便的Chrome扩展程序,用于下载我们网站上的视频和图片。我们的目标是为用户提供更好的访问体验,让他们可以离线查看网站上的内容。

请注意,禁止将其用于任何商业或非法目的。我们鼓励用户遵守相关法律和规定,并尊重知识产权和版权法。

如果您喜欢这个Chrome扩展程序并且希望支持我们的工作,您可以考虑向我们捐款。以提供更好的服务和体验。感谢您的支持和信任!                    

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

Tên Onlyfans Downloader Onlyfans Downloader
ID hpejdgdhonlflilenkolejednhdakgml
URL Chính Thức https://chrome.google.com/webstore/detail/onlyfans-downloader/hpejdgdhonlflilenkolejednhdakgml
Mô tả Download onlyfans video
Kích Thước Tệp 568 KB
Số Lần Cài Đặt 36,761
Phiên Bản Hiện Tại 1.27
Cập Nhật Lần Cuối 2023-05-26
Ngày Phát Hành 2023-01-06
Đánh Giá 2.63/5 Tổng số 51 Đánh Giá
Nhà Phát Triển of-dl
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Onlyfans Downloader",
    "action": {
        "default_popup": "index.html"
    },
    "manifest_version": 3,
    "version": "1.27",
    "description": "Download onlyfans video",
    "host_permissions": [
        "*:\/\/*.onlyfans.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "static\/*"
            ],
            "matches": [
                "*:\/\/*.onlyfans.com\/*"
            ]
        }
    ],
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.onlyfans.com\/*"
            ],
            "js": [
                ".\/script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}