FansMetric — OnlyFans Superpowers

Superpowers for OnlyFans managers, agencies and assistants. Use FansMetric to supercharge your strategy.

What is FansMetric — OnlyFans Superpowers?

FansMetric — OnlyFans Superpowers is a Chrome extension developed by http://fansmetric.com, and its main feature is "Superpowers for OnlyFans managers, agencies and assistants. Use FansMetric to supercharge your strategy.".

Extension Screenshots

screenshot
screenshot
screenshot

Download FansMetric — OnlyFans Superpowers Extension CRX File

Download FansMetric — OnlyFans Superpowers extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        FansMetric is an all-in-one CRM and chrome extension to power your OnlyFans.

FansMetric allows you to:
- Earn more and waste less time while chatting
- Autofollow expired fans to recover lost revenue
- Send Priority Mass Messages
- Get advanced analytics like LTV & cohort analysis
- Aggregate analytics across multiple accounts
- And much more!

We built FansMetric following extensive discussion with top OnlyFans agencies and creators. Our platform empowers you to optimise your operations and get more out of your pages.

Try FansMetric for free today.
Go to FansMetric.com to register your account and get started.                    

Extension Basic Information

Name FansMetric — OnlyFans Superpowers FansMetric — OnlyFans Superpowers
ID ljnhenmnnojljjnhjfkkcjdfiippjcja
Official URL https://chrome.google.com/webstore/detail/fansmetric-%E2%80%94-onlyfans-sup/ljnhenmnnojljjnhjfkkcjdfiippjcja
Description Superpowers for OnlyFans managers, agencies and assistants. Use FansMetric to supercharge your strategy.
File Size 931 KB
Installation Count 3,000
Current Version 3.2.6
Last Updated 2023-12-26
Publish Date 2021-07-01
Rating 4.56/5 Total 9 Ratings
Developer http://fansmetric.com
Email [email protected]
Payment Type in_app
Extension Website https://fansmetric.com
Help Page URL https://fansmetric.com/contact
Privacy Policy Page URL https://www.iubenda.com/privacy-policy/51117136
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FansMetric \u2014 OnlyFans Superpowers",
    "description": "Superpowers for OnlyFans managers, agencies and assistants. Use FansMetric to supercharge your strategy.",
    "version": "3.2.6",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "tabs",
        "alarms",
        "unlimitedStorage",
        "webRequest",
        "cookies"
    ],
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/onlyfans.com\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle.chunk.css"
            ]
        }
    ],
    "devtools_page": "src\/pages\/devtools\/index.html",
    "host_permissions": [
        "https:\/\/onlyfans.com\/*",
        "https:\/\/api.fansmetric.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}