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
Eメール [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"
    ]
}