Statements / Earnings Downloader
Allows an OnlyFans performer / creator to download their recent statements / earnings instantly.
Statements / Earnings Downloader là gì?
Statements / Earnings Downloader là một tiện ích mở rộng Chrome được phát triển bởi CDA Industries, và tính năng chính của nó là "Allows an OnlyFans performer / creator to download their recent statements / earnings instantly.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Statements / Earnings Downloader
Tải xuống các tệp mở rộng Statements / Earnings Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | afpabkeobdjgbfffpnnjmbjjodlifpcc |
URL Chính Thức | https://chrome.google.com/webstore/detail/statements-earnings-downl/afpabkeobdjgbfffpnnjmbjjodlifpcc |
Mô tả | Allows an OnlyFans performer / creator to download their recent statements / earnings instantly. |
Kích Thước Tệp | 42.06 KB |
Số Lần Cài Đặt | 436 |
Phiên Bản Hiện Tại | 1.5.7 |
Cập Nhật Lần Cuối | 2022-08-04 |
Ngày Phát Hành | 2021-02-09 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | CDA Industries |
[email protected] | |
Loại Thanh Toán | in_app |
URL Trang Trợ Giúp | https://support.ofstatements.com/ |
URL Trang Chính Sách Bảo Mật | https://cdaindustries.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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 } |