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 |
官方網址 | 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" } |