OnlyFans Toolkit
Automatically follow expired fans and make more money from your OnlyFans.
Τι είναι το OnlyFans Toolkit;
Το OnlyFans Toolkit είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον OnlyFansToolkit, και η κύρια λειτουργία του είναι "Automatically follow expired fans and make more money from your OnlyFans.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης OnlyFans Toolkit
Λήψη αρχείων επέκτασης OnlyFans Toolkit σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Adds game-changing features such as: 📩 PPV Scanning: scan through all of your pay per views to calculate how much each of your fans pays on average, in order to charge higher prices and maximize revenue. 🤖 Auto-follow mode: automatically follow back any expired followers every day, completely automatically! 🕑 AUTOMATICALLY following all expired fans to increase resubs. 🎯 Store followed fans in a list, keep track of who you're following or send them messages. How to Use: 1. Add this extension to Chrome. 2. Pin the extension by clicking the jigsaw piece at the top right of your Chrome window and then clicking the pin, next to "OnlyFans Toolkit". 3. Click the OnlyFans Toolkit icon on your extensions bar. 4. Click "Follow Expired", then the extension will begin indexing your fanbase and then follow those who have expired. Got a FEATURE REQUEST? Feel free to email me at [email protected]. Disclaimer: this Chrome Extension is not endorsed or affiliated by OnlyFans. OnlyFans is a registered trademark of Fenix International Ltd.
Βασικές Πληροφορίες Επέκτασης
Όνομα | OnlyFans Toolkit |
ID | denochkcidjmfbncjoahabifiebankgd |
Επίσημο URL | https://chrome.google.com/webstore/detail/onlyfans-toolkit/denochkcidjmfbncjoahabifiebankgd |
Περιγραφή | Automatically follow expired fans and make more money from your OnlyFans. |
Μέγεθος Αρχείου | 2.78 MB |
Αριθμός Εγκαταστάσεων | 1,683 |
Τρέχουσα Έκδοση | 1.6.1 |
Τελευταία Ενημέρωση | 2023-06-27 |
Ημερομηνία Δημοσίευσης | 2021-07-04 |
Αξιολόγηση | 3.88/5 Συνολικά 17 Αξιολογήσεις |
Προγραμματιστής | OnlyFansToolkit |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | in_app |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OnlyFans Toolkit", "description": "Automatically follow expired fans and make more money from your OnlyFans.", "version": "1.6.1", "icons": { "64": "icon\/toolkit64.png", "128": "icon\/toolkit128.png", "256": "icon\/toolkit256.png", "512": "icon\/toolkit512.png" }, "content_scripts": [ { "matches": [ "*:\/\/onlyfans.com\/*" ], "js": [ "build\/content.bundle.js" ] } ], "browser_action": { "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "webRequest", "webRequestBlocking", "storage", "unlimitedStorage", "declarativeNetRequest", "identity", "identity.email", "https:\/\/onlyfans.com\/*", "http:\/\/localhost:8080\/*", "power", "alarms", "cookies", "browsingData" ], "background": { "scripts": [ "build\/background.bundle.js" ], "persistent": true }, "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules_1.json" } ] }, "web_accessible_resources": [ "checkout.html" ], "content_security_policy": "script-src 'self' https:\/\/stripe.com\/ https:\/\/js.stripe.com\/ https:\/\/js.stripe.com\/v3\/; object-src 'self'" } |