Statements / Earnings Downloader

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

Was ist Statements / Earnings Downloader?

Statements / Earnings Downloader ist eine Chrome-Erweiterung, die von CDA Industries entwickelt wurde, und ihr Hauptmerkmal ist "Allows an OnlyFans performer / creator to download their recent statements / earnings instantly.".

Erweiterungsscreenshots

screenshot
screenshot

Statements / Earnings Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Statements / Earnings Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Statements / Earnings Downloader Statements / Earnings Downloader
ID afpabkeobdjgbfffpnnjmbjjodlifpcc
Offizielle URL https://chrome.google.com/webstore/detail/statements-earnings-downl/afpabkeobdjgbfffpnnjmbjjodlifpcc
Beschreibung Allows an OnlyFans performer / creator to download their recent statements / earnings instantly.
Dateigröße 42.06 KB
Installationsanzahl 436
Aktuelle Version 1.5.7
Letztes Update 2022-08-04
Veröffentlichungsdatum 2021-02-09
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler CDA Industries
E-Mail [email protected]
Zahlungsart in_app
Hilfeseite URL https://support.ofstatements.com/
URL der Datenschutzrichtlinien-Seite https://cdaindustries.com/privacy
Unterstützte Sprachen 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
}