Supercreator for OnlyFans
Add Superpowers to your OnlyFans
Что такое Supercreator for OnlyFans?
Supercreator for OnlyFans - это расширение Chrome, разработанное http://supercreator.app, и его основная функция - "Add Superpowers to your OnlyFans".
Снимки экрана расширения
Скачать файл CRX расширения Supercreator for OnlyFans
Скачайте файлы расширений 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.                     Основная информация о расширении
| Название |   |  
| 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"
    ]
}  |  |