Supercreator for OnlyFans

Add Superpowers to your OnlyFans

什么是Supercreator for OnlyFans?

Supercreator for OnlyFans是由http://supercreator.app开发的Chrome扩展程序,该扩展的主要功能是“Add Superpowers to your OnlyFans”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Supercreator for OnlyFans扩展crx文件

下载Supercreator for OnlyFans扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        💫 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.                    

扩展基本信息

名称 Supercreator for OnlyFans Supercreator for OnlyFans
ID abdooakhlfkedkgjffcolnnbijlopclf
官方URL https://chrome.google.com/webstore/detail/supercreator-for-onlyfans/abdooakhlfkedkgjffcolnnbijlopclf
简介 Add Superpowers to your OnlyFans
文件大小 1.53 MB
安装次数 10,000
当前版本 1.10.4
更新时间 2024-03-02
上架时间 2022-01-10
评分 4.68/5 共53次评分
开发者 http://supercreator.app
电子邮箱 [email protected]
付费类型 free
扩展官网 https://supercreator.app
支持的语言 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"
    ]
}