CreatorHero
CreatorHero is the quickest way to increase your OnlyFans revenue.
Qu'est-ce que CreatorHero ?
CreatorHero est une extension Chrome développée par http://creatorhero.com, et sa fonction principale est "CreatorHero is the quickest way to increase your OnlyFans revenue.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CreatorHero
Téléchargez les fichiers d'extension CreatorHero au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
CreatorHero is the easiest way to increase your OF revenue INSTANTLY. This browser extension is designed to boost your earnings & make your life as a creator or agency way easier. With CreatorHero, you access tools and automation features that improve your conversations, optimize your content strategy, increase fan engagement and boost your conversion rate. Utilize analytics and insights to make data-driven decisions, all within a secure and dependable platform offering all in one - simplified management. 🔋 Features 🔋 🖥⚡️Instant In-App access to your own OF dashboard 💌🙋🏼♂️ Send personalized mass messages exclusively to fans that are online 💻💽 Better Vault with media labeling & info on which content your fans have already viewed ✍🏻📸 Scripts auto completion with folders and media suggestions 💬😏 Automatic follow up & welcome messages with media attachment, time delay and the possibility to send out multiple messages at once 🦹🏽♂️🦸🏼♂️ Emoji bar to easily access your favorite emojis 📈💳 Better creator statistics in your dashboard & an overview of all your creators 💸📞 Track your chatters’ sales, messages, active & inactive time and more 📊🎥 TikTok tracking to see the views & followers of all your accounts ☎️👩🏼💼 Track your daily open and selling chats 🤵🏾♂️💬 See fan info on the right hand side of the chat 💰🧔🏻♂️ View your fans’ spend above their profile picture ⏰‼️ Chat countdowns 🎧🖊 List creation based on your fans’ total spend ❌🧑🦱 Exclude new fans or open chats from mass messaging 📅📯 Easily reactivate promotions 📩🔓 PPV Timeline & Tracking 🧔🏽♂️⏳ Automatically follow and message expiring fans 💻🎙️ Insert pre made audios 📝👥 Create tasks for you and your team And much more. ℹ️ Find out more: https://www.creatorhero.com
Informations de Base sur l'Extension
Nom | CreatorHero |
ID | njjbgfklldelnbdkdnbpopeicibahhdp |
URL Officiel | https://chrome.google.com/webstore/detail/creatorhero/njjbgfklldelnbdkdnbpopeicibahhdp |
Description | CreatorHero is the quickest way to increase your OnlyFans revenue. |
Taille du Fichier | 1.66 MB |
Nombre d'Installations | 1,000 |
Version Actuelle | 2.6.8 |
Dernière Mise à Jour | 2024-02-16 |
Date de Publication | 2022-08-13 |
Évaluation | 4.57/5 Total 23 Évaluations |
Développeur | http://creatorhero.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://creatorhero.com |
URL de la Page d'Aide | https://help.creatorhero.app |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CreatorHero", "description": "CreatorHero is the quickest way to increase your OnlyFans revenue.", "version": "2.6.8", "manifest_version": 3, "incognito": "not_allowed", "permissions": [ "storage", "tabs", "webNavigation", "alarms", "declarativeNetRequest", "unlimitedStorage", "cookies" ], "host_permissions": [ "https:\/\/*.onlyfans.com\/*", "https:\/\/onlyfans.com\/*", "*:\/\/*.creatorhero.app\/*", "*:\/\/*.creatorhero.net\/*", "*:\/\/*.creatorhero.com\/*" ], "web_accessible_resources": [ { "resources": [ "static\/*", "static\/sounds\/*", "static\/images\/*", "inject\/*" ], "matches": [ "https:\/\/onlyfans.com\/*" ] } ], "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "icons": { "16": "static\/images\/chrome-icon-16.png", "48": "static\/images\/chrome-icon-48.png", "128": "static\/images\/chrome-icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/onlyfans.com\/*" ], "js": [ "content.js" ], "css": [] }, { "js": [ "inject\/of-injector.js" ], "run_at": "document_start", "all_frames": true, "matches": [ "https:\/\/onlyfans.com\/*" ] } ], "declarative_net_request": { "rule_resources": [ { "id": "general_rules", "enabled": true, "path": "general-rules.json" }, { "id": "referer_rules", "enabled": true, "path": "referer-rules.json" } ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw30YG9M9kWslTdl2SaJEqaBuJXF\/5C+h11aW3R8FUHyiHj6PN\/SixJZDUgH7VT0nuqiCi1tSrAd\/yjNYGvJnqDo\/XhUveRq7WC4ImsbvNrGWlA92XnnGhB6UGc0q\/oNGBdCFmKgWC0DtEuxjWW91HdpJy2bofOILaCi1LBpDWEahBHRQ+IR0mNy4y1I85E9CnQhTFDVzk4USVW50rI1TGXz9iweo\/NcWANh3H3QLsxBPgGKPM3pFDOfvypjuj+n8xF5vAknRkCBrLKb7TaN+4RzHm2S09yYLoWhPixOHzCkVI8QZlwa5\/9\/OXmZ11cjIh5w2R8U0U8ZkIIf0807hEwIDAQAB" } |