Supercreator for OnlyFans

Add Superpowers to your OnlyFans

Supercreator for OnlyFans là gì?

Supercreator for OnlyFans là một tiện ích mở rộng Chrome được phát triển bởi http://supercreator.app, và tính năng chính của nó là "Add Superpowers to your OnlyFans".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Supercreator for OnlyFans

Tải xuống các tệp mở rộng Supercreator for OnlyFans dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        💫 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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Supercreator for OnlyFans Supercreator for OnlyFans
ID abdooakhlfkedkgjffcolnnbijlopclf
URL Chính Thức https://chrome.google.com/webstore/detail/supercreator-for-onlyfans/abdooakhlfkedkgjffcolnnbijlopclf
Mô tả Add Superpowers to your OnlyFans
Kích Thước Tệp 1.53 MB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.10.4
Cập Nhật Lần Cuối 2024-03-02
Ngày Phát Hành 2022-01-10
Đánh Giá 4.68/5 Tổng số 53 Đánh Giá
Nhà Phát Triển http://supercreator.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://supercreator.app
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}