Statements / Earnings Downloader

Allows an OnlyFans performer / creator to download their recent statements / earnings instantly.

Statements / Earnings Downloader란 무엇입니까?

Statements / Earnings Downloader은(는) CDA Industries에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows an OnlyFans performer / creator to download their recent statements / earnings instantly."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Statements / Earnings Downloader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This tool allows any perfomer on Onlyfans to easily and safely download their last 100 statements / earnings to csv format instantly.

Once installed. Please go to onlyfans.com, make sure you are logged in to your profile and wait a few mintues for the tool to show up on the right side of the homepage.

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

확장 프로그램 기본 정보

이름 Statements / Earnings Downloader Statements / Earnings Downloader
ID afpabkeobdjgbfffpnnjmbjjodlifpcc
공식 URL https://chrome.google.com/webstore/detail/statements-earnings-downl/afpabkeobdjgbfffpnnjmbjjodlifpcc
설명 Allows an OnlyFans performer / creator to download their recent statements / earnings instantly.
파일 크기 42.06 KB
설치 횟수 436
현재 버전 1.5.7
최근 업데이트 2022-08-04
출시 날짜 2021-02-09
평점 3.00/5 총 2 개의 평점
개발자 CDA Industries
이메일 [email protected]
결제 유형 in_app
도움말 페이지 URL https://support.ofstatements.com/
개인정보 보호 정책 페이지 URL https://cdaindustries.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_title__",
    "version": "1.5.7",
    "homepage_url": "https:\/\/www.ofstatements.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": [
            "*:\/\/*.ofstatements.com\/*",
            "*:\/\/ofstatements.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "js\/sha1.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "js\/sha1.js",
        "js\/inject.js",
        "css\/inject.css",
        "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; object-src 'self'",
    "manifest_version": 2
}