BuddyX for Creators

BuddyX, the ultimate tool for optimising your work, so you can focus on the important things.

BuddyX for Creators là gì?

BuddyX for Creators là một tiện ích mở rộng Chrome được phát triển bởi https://buddyx.app, và tính năng chính của nó là "BuddyX, the ultimate tool for optimising your work, so you can focus on the important things.".

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

screenshot

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

Tải xuống các tệp mở rộng BuddyX for Creators 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

                        For $39, you gain access to a comprehensive suite of analytics features and productivity tools, coupled with 5-star support, to make your daily operations exceptionally smooth and significantly boost engagement on your page.

BuddyX is more than just a tool; it's a mission to provide the ultimate management experience. We're constantly evolving and look forward to incorporating your valuable feedback.


For feature requests, bug reports, or any inquiries:
📩 Email us at [email protected]
🔗 Message on Telegram: https://t.me/lana_secret                    

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

Tên BuddyX for Creators BuddyX for Creators
ID epgpingfepgoajbdbmjgjafmdfaephid
URL Chính Thức https://chromewebstore.google.com/detail/buddyx-for-creators/epgpingfepgoajbdbmjgjafmdfaephid
Mô tả BuddyX, the ultimate tool for optimising your work, so you can focus on the important things.
Kích Thước Tệp 916 KB
Số Lần Cài Đặt 13,143
Phiên Bản Hiện Tại 2.40.0
Cập Nhật Lần Cuối 2024-02-10
Ngày Phát Hành 2022-06-30
Đánh Giá 4.55/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://buddyx.app
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://buddyx.app
URL Trang Chính Sách Bảo Mật https://buddyx.app/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "BuddyX, the ultimate tool for optimising your work, so you can focus on the important things.",
    "version": "2.40.0",
    "manifest_version": 3,
    "name": "BuddyX for Creators",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "host_permissions": [
        "https:\/\/onlyfans.com\/*",
        "https:\/\/www.onlyfans.com\/*"
    ],
    "permissions": [
        "storage",
        "scripting",
        "tabs",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/onlyfans.com\/*",
                "https:\/\/www.onlyfans.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        },
        {
            "resources": [
                "buddy-jingle.mp3"
            ],
            "matches": [
                "https:\/\/onlyfans.com\/*",
                "https:\/\/www.onlyfans.com\/*"
            ]
        }
    ]
}