Statements / Earnings Downloader

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

Statements / Earnings Downloader क्या है?

Statements / Earnings Downloader CDA Industries द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows an OnlyFans performer / creator to download their recent statements / earnings instantly."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Statements / Earnings Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}