CreatorHero
CreatorHero is the quickest way to increase your OnlyFans revenue.
什么是CreatorHero?
CreatorHero是由http://creatorhero.com开发的Chrome扩展程序,该扩展的主要功能是“CreatorHero is the quickest way to increase your OnlyFans revenue.”。
扩展截图
下载CreatorHero扩展crx文件
下载CreatorHero扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | CreatorHero |
ID | njjbgfklldelnbdkdnbpopeicibahhdp |
官方URL | https://chrome.google.com/webstore/detail/creatorhero/njjbgfklldelnbdkdnbpopeicibahhdp |
简介 | CreatorHero is the quickest way to increase your OnlyFans revenue. |
文件大小 | 1.66 MB |
安装次数 | 1,000 |
当前版本 | 2.6.8 |
更新时间 | 2024-02-16 |
上架时间 | 2022-08-13 |
评分 | 4.57/5 共23次评分 |
开发者 | http://creatorhero.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://creatorhero.com |
帮助页面URL | https://help.creatorhero.app |
支持的语言 | 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" } |