OnlyFans Manager

Allows an OnlyFans performer / creator to easily manage their account.

OnlyFans Manager là gì?

OnlyFans Manager là một tiện ích mở rộng Chrome được phát triển bởi http://fanmanagertool.com, và tính năng chính của nó là "Allows an OnlyFans performer / creator to easily manage their account.".

Ả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 OnlyFans Manager

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

                        Use the #1 trusted tool used by Only Fans Agencies / OnlyFans Management Companies to date.

Features:
✅  Add / edit labels on photos / videos in your vault.
✅  View recent unlocked / purchased gallery items you have sent per user.
✅  View if a user has paid you or not.
✅  Save / Send canned responses.
✅  Add / edit notes for each user that you chat with.
✅  View "Total Earnings" / "Rebill Status" and "Total Duration" in chat.
✅  Download Last 1000 mass messages statistics to CSV format.
✅  Download Last 1000 earnings statistics to CSV format.
✅  Download Last 1000 payouts statistics to CSV format.


Disclaimer:
OnlyFans is a registered trademark of Fenix International Limited. This Chrome extension (OnlyFans Manager) isn't in any way affiliated with, sponsored by, or endorsed by Fenix International Limited.                    

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

Tên OnlyFans Manager OnlyFans Manager
ID fpadehmblcfpaaoeamoiopbbkajepdbn
URL Chính Thức https://chrome.google.com/webstore/detail/onlyfans-manager/fpadehmblcfpaaoeamoiopbbkajepdbn
Mô tả Allows an OnlyFans performer / creator to easily manage their account.
Kích Thước Tệp 72.57 KB
Số Lần Cài Đặt 585
Phiên Bản Hiện Tại 5.8.1
Cập Nhật Lần Cuối 2022-08-04
Ngày Phát Hành 2021-04-20
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://fanmanagertool.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://fanmanagertool.com
URL Trang Trợ Giúp https://support.fanmanagertool.com/
URL Trang Chính Sách Bảo Mật https://cdaindustries.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_title__",
    "version": "5.8.1",
    "homepage_url": "https:\/\/www.fanmanagertool.com\/",
    "description": "__MSG_application_description__",
    "default_locale": "en",
    "incognito": "not_allowed",
    "permissions": [
        "cookies",
        "tabs",
        "storage",
        "webRequest",
        "unlimitedStorage",
        "https:\/\/onlyfans.com\/*",
        "https:\/\/localhost\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.fanmanagertool.com\/*",
            "*:\/\/fanmanagertool.com\/*",
            "*:\/\/*.onlyfans.com\/*",
            "*:\/\/onlyfans.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "js\/sha1.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "js\/sha1.js",
        "js\/inject.js",
        "css\/vault.css",
        "css\/inject.css",
        "css\/popup.css",
        "js\/notes.js",
        "js\/galleryitem.js",
        "js\/theme.js",
        "js\/responses.js",
        "js\/click.js",
        "html\/*",
        "js\/modules\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/onlyfans.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/main.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/code.jquery.com https:\/\/stackpath.bootstrapcdn.com https:\/\/cdn.datatables.net https:\/\/bootswatch.com; object-src 'self'",
    "manifest_version": 2
}