Supercreator for OnlyFans
Add Superpowers to your OnlyFans
Was ist Supercreator for OnlyFans?
Supercreator for OnlyFans ist eine Chrome-Erweiterung, die von http://supercreator.app entwickelt wurde, und ihr Hauptmerkmal ist "Add Superpowers to your OnlyFans".
Erweiterungsscreenshots
Supercreator for OnlyFans-Erweiterungs-CRX-Datei herunterladen
Laden Sie Supercreator for OnlyFans-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        💫 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.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | abdooakhlfkedkgjffcolnnbijlopclf | 
| Offizielle URL | https://chrome.google.com/webstore/detail/supercreator-for-onlyfans/abdooakhlfkedkgjffcolnnbijlopclf | 
| Beschreibung | Add Superpowers to your OnlyFans | 
| Dateigröße | 1.53 MB | 
| Installationsanzahl | 10,000 | 
| Aktuelle Version | 1.10.4 | 
| Letztes Update | 2024-03-02 | 
| Veröffentlichungsdatum | 2022-01-10 | 
| Bewertung | 4.68/5 Insgesamt 53 Bewertungen | 
| Entwickler | http://supercreator.app | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://supercreator.app | 
| Unterstützte Sprachen | 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"
    ]
}  |  |