OnlyFans AI Chatbot and Tools - Creatorboost

ChatGPT meets OnlyFans: AI Chat Assistant, CRM, emojis, and automation for OnlyFans. Chat better and faster with our AI tools.

OnlyFans AI Chatbot and Tools - Creatorboost란 무엇입니까?

OnlyFans AI Chatbot and Tools - Creatorboost은(는) http://creatorboost.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ChatGPT meets OnlyFans: AI Chat Assistant, CRM, emojis, and automation for OnlyFans. Chat better and faster with our AI tools."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

OnlyFans AI Chatbot and Tools - Creatorboost 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The best AI Chat assistant for OnlyFans Creators and Chatters ⭐⭐⭐⭐⭐ 

🤖  ChatGPT meets OnlyFans with our newly launched AI chat bot. 
Our little robot helps you craft strong messages quickly. 🔥🔥

• Unlimited messages per month ♾️;
• Autogenerated responses right after your fans replies 🤯
• Hyperpersonalization (add your age, nationality, personality, writing style, and more!) ⚙️
• Spicy Sexting  🌶️ 
• Multiple languages and genders 🌎
• Invite your team members and Chatters 👫

...and it also works with Fansly! 🍰

Our Extension also offers:
🕵️ Fan Insights (CRM): Save notes and preferences about fans, and forge genuine connections.

😄 Emojis Keyboard: Add a personal touch with a fun range of emojis. Let your messages shine!

💌 Prioritized Inbox: Spot high-spending fans directly on OnlyFans.com and focus your time on fans who adore you! 

💬 Message Templates: Save time and increase sales with ready-made scripts. Have engaging conversations at your fingertips.

🗃️ Vault Purchase Info: Know what your fans' have purchased directly from your OnlyFans Vault.

(These features are optional and can be disabled via Webapp)

Note: Creatorboost is an independent tool, not affiliated with OnlyFans or other similar platforms. OnlyFans is a trademark of Fenix International Ltd.                    

확장 프로그램 기본 정보

이름 OnlyFans AI Chatbot and Tools - Creatorboost OnlyFans AI Chatbot and Tools - Creatorboost
ID oeeefodejhmebbkpiipkgllfabbiocmm
공식 URL https://chrome.google.com/webstore/detail/onlyfans-ai-chatbot-and-t/oeeefodejhmebbkpiipkgllfabbiocmm
설명 ChatGPT meets OnlyFans: AI Chat Assistant, CRM, emojis, and automation for OnlyFans. Chat better and faster with our AI tools.
파일 크기 727 KB
설치 횟수 143
현재 버전 1.4.0
최근 업데이트 2024-03-03
출시 날짜 2023-06-12
평점 5.00/5 총 6 개의 평점
개발자 http://creatorboost.app
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://creatorboost.app
도움말 페이지 URL https://help.creatorboost.app
개인정보 보호 정책 페이지 URL https://help.creatorboost.app/legal/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "short_name": "Creatorboost",
    "name": "OnlyFans AI Chatbot and Tools - Creatorboost",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnvINJIgAchaxUs1QuANzlUiXIwKmfIHqzrteHcYOIHg3LIsf6ofylsWGhoTqUw7yaG1dw9r6K6P\/ID3JdF29CaqIpMprIqvw\/cEv5clRmXpvSxts\/MIrTJ8RnxCCuWGh4Iy5hdy+9ni\/w\/BcxpkpfAb2GEfQ7f5Kr2RQsrSBxVOUr7jW0CuClBsHjGXAYFA\/N7efT+ybW2eQEHGypkjUvQuMqTsQYwgdus2L2CJQBqYyhgyE7JyVnVO0FnKnpYWhv7IjKhfHmabsLIJHJAftO9QHLpTzt1y0u3GEQ5IPbD5m+pZrHM3XlvRnCogaHYBdzvNb9Ex8cErn2UlLBmxPfwIDAQAB",
    "description": "ChatGPT meets OnlyFans: AI Chat Assistant, CRM, emojis, and automation for OnlyFans. Chat better and faster with our AI tools.",
    "version": "1.4.0",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "incognito": "not_allowed",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.onlyfans.com\/*",
                "*:\/\/*.fansly.com\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "tabs",
        "cookies",
        "storage",
        "unlimitedStorage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.onlyfans.com\/*",
        "*:\/\/*.fansly.com\/*",
        "*:\/\/*.creatorboost.app\/*",
        "*:\/\/*.glitchtip.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.creatorboost.app\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "assets\/svg\/*.svg",
                "assets\/png\/*.png",
                "icon-128.png",
                "icon-34.png",
                "crispchat.js"
            ],
            "matches": [
                "*:\/\/*.onlyfans.com\/*",
                "*:\/\/*.fansly.com\/*",
                "*:\/\/*.creatorboost.app\/*"
            ]
        }
    ],
    "commands": {
        "ai_chatter_1": {
            "suggested_key": {
                "default": "Alt+1",
                "mac": "Alt+1"
            },
            "description": "Reply\/1st Suggestion"
        },
        "ai_chatter_2": {
            "suggested_key": {
                "default": "Alt+2",
                "mac": "Alt+2"
            },
            "description": "Question\/2nd Suggestion"
        },
        "ai_chatter_3": {
            "suggested_key": {
                "default": "Alt+3",
                "mac": "Alt+3"
            },
            "description": "Naughty\/Refresh Button"
        },
        "ai_chatter_4": {
            "suggested_key": {
                "default": "Alt+4",
                "mac": "Alt+4"
            },
            "description": "Sales\/Dismiss Button"
        }
    }
}