Supercreator for OnlyFans

Add Superpowers to your OnlyFans

What is Supercreator for OnlyFans?

Supercreator for OnlyFans is a Chrome extension developed by http://supercreator.app, and its main feature is "Add Superpowers to your OnlyFans".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Supercreator for OnlyFans Extension CRX File

Download Supercreator for OnlyFans extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        💫 Improve your monetization from your fans in private chatting
💫 Add powerful capabilities to your mass messaging PPVs
💫 Speed up and automate your workflow
💫 Autofollow and Emoji keyboard included

Join hundreds of creators and agencies using Supercreator to grow their business.                    

Extension Basic Information

Name Supercreator for OnlyFans Supercreator for OnlyFans
ID abdooakhlfkedkgjffcolnnbijlopclf
Official URL https://chrome.google.com/webstore/detail/supercreator-for-onlyfans/abdooakhlfkedkgjffcolnnbijlopclf
Description Add Superpowers to your OnlyFans
File Size 1.53 MB
Installation Count 10,000
Current Version 1.10.4
Last Updated 2024-03-02
Publish Date 2022-01-10
Rating 4.68/5 Total 53 Ratings
Developer http://supercreator.app
Email [email protected]
Payment Type free
Extension Website https://supercreator.app
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Supercreator for OnlyFans",
    "version": "1.10.4",
    "description": "Add Superpowers to your OnlyFans",
    "short_name": "Supercreator",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "cookies",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "management",
        "https:\/\/onlyfans.com\/*",
        "*:\/\/*.supercreator.app\/*",
        "https:\/\/us-central1-supercreator-app.cloudfunctions.net\/*",
        "*:\/\/*.logz.io\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.supercreator.app\/*"
        ]
    },
    "background": {
        "scripts": [
            "build\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/onlyfans.com\/*"
            ],
            "js": [
                "build\/content.js",
                "build\/intercom.js"
            ],
            "css": [
                "build\/content-sc.css"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "build\/popup\/index.html",
        "default_title": "\ud83c\udf1f Supercreator",
        "default_icon": {
            "16": "static\/icons\/16.png",
            "32": "static\/icons\/32.png"
        }
    },
    "icons": {
        "16": "static\/icons\/16.png",
        "32": "static\/icons\/32.png",
        "48": "static\/icons\/48.png",
        "128": "static\/icons\/128.png"
    },
    "web_accessible_resources": [
        "static\/*",
        "build\/content-sc.css",
        "build\/intercomTrigger.js"
    ]
}