OnlyFans Manager

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

OnlyFans Manager란 무엇입니까?

OnlyFans Manager은(는) http://fanmanagertool.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows an OnlyFans performer / creator to easily manage their account."입니다.

확장 프로그램 스크린샷

screenshot

OnlyFans Manager 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 OnlyFans Manager OnlyFans Manager
ID fpadehmblcfpaaoeamoiopbbkajepdbn
공식 URL https://chrome.google.com/webstore/detail/onlyfans-manager/fpadehmblcfpaaoeamoiopbbkajepdbn
설명 Allows an OnlyFans performer / creator to easily manage their account.
파일 크기 72.57 KB
설치 횟수 585
현재 버전 5.8.1
최근 업데이트 2022-08-04
출시 날짜 2021-04-20
평점 3.67/5 총 3 개의 평점
개발자 http://fanmanagertool.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://fanmanagertool.com
도움말 페이지 URL https://support.fanmanagertool.com/
개인정보 보호 정책 페이지 URL https://cdaindustries.com/privacy
지원되는 언어 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
}