Supercreator for OnlyFans
Add Superpowers to your OnlyFans
Cos'è Supercreator for OnlyFans?
Supercreator for OnlyFans è un'estensione di Chrome sviluppata da http://supercreator.app, e la sua funzione principale è "Add Superpowers to your OnlyFans".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Supercreator for OnlyFans
Scarica i file di estensione Supercreator for OnlyFans in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        💫 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.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | abdooakhlfkedkgjffcolnnbijlopclf | 
| URL Ufficiale | https://chrome.google.com/webstore/detail/supercreator-for-onlyfans/abdooakhlfkedkgjffcolnnbijlopclf | 
| Descrizione | Add Superpowers to your OnlyFans | 
| Dimensione del File | 1.53 MB | 
| Conteggio Installazioni | 10,000 | 
| Versione Corrente | 1.10.4 | 
| Ultimo Aggiornamento | 2024-03-02 | 
| Data di Pubblicazione | 2022-01-10 | 
| Valutazione | 4.68/5 Totale 53 Valutazioni | 
| Sviluppatore | http://supercreator.app | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://supercreator.app | 
| Lingue Supportate | 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"
    ]
}  |  |