WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
FunPay Pro Manager

FunPay Pro Manager

View on Chrome Web Store
View FunPay Pro Manager Chrome Extension on Chrome Web Store
Add to bookmarks
3.4 (5 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

💎 Профессиональный инструмент для продавцов FunPay
Type
Extension
Users
8 users
1
Flade
View author page of Flade
Published
Published on October 27, 2025
Version 1.0
Manifest version
3
Updated
Updated on October 27, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View FunPay Pro Manager Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FunPay Pro Manager",
    "version": "1.0",
    "description": "\ud83d\udc8e \u041f\u0440\u043e\u0444\u0435\u0441\u0441\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442 \u0434\u043b\u044f \u043f\u0440\u043e\u0434\u0430\u0432\u0446\u043e\u0432 FunPay",
    "permissions": [
        "storage",
        "activeTab",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/funpay.com\/*",
        "https:\/\/*.funpay.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/funpay.com\/*",
                "https:\/\/*.funpay.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "popup.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "FunPay Pro Manager"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top