Statements / Earnings Downloader

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

Τι είναι το Statements / Earnings Downloader;

Το Statements / Earnings Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον CDA Industries, και η κύρια λειτουργία του είναι "Allows an OnlyFans performer / creator to download their recent statements / earnings instantly.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Statements / Earnings Downloader

Λήψη αρχείων επέκτασης Statements / Earnings Downloader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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
}