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.”。
擴展截圖
下載Statements / Earnings Downloader擴展crx文件
下載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.
擴展基本資訊
名稱 | |
ID | afpabkeobdjgbfffpnnjmbjjodlifpcc |
官方網址 | 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 } |