Supercreator for OnlyFans
Add Superpowers to your OnlyFans
Wat is Supercreator for OnlyFans?
Supercreator for OnlyFans is een Chrome-extensie ontwikkeld door http://supercreator.app, en de belangrijkste functie is "Add Superpowers to your OnlyFans".
Extensie Screenshots
Download het CRX-bestand van de extensie Supercreator for OnlyFans
Download Supercreator for OnlyFans-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        💫 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.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | abdooakhlfkedkgjffcolnnbijlopclf | 
| Officiële URL | https://chrome.google.com/webstore/detail/supercreator-for-onlyfans/abdooakhlfkedkgjffcolnnbijlopclf | 
| Beschrijving | Add Superpowers to your OnlyFans | 
| Bestandsgrootte | 1.53 MB | 
| Aantal Installaties | 10,000 | 
| Huidige Versie | 1.10.4 | 
| Laatst Bijgewerkt | 2024-03-02 | 
| Publicatiedatum | 2022-01-10 | 
| Beoordeling | 4.68/5 Totaal 53 Beoordelingen | 
| Ontwikkelaar | http://supercreator.app | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://supercreator.app | 
| Ondersteunde Talen | 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"
    ]
}  |  |