Fanwire Connect

Fanwire Connect helper

What is Fanwire Connect?

Fanwire Connect is a Chrome extension developed by https://fanwire.com, and its main feature is "Fanwire Connect helper".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Fanwire Connect Extension CRX File

Download Fanwire Connect 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

                        The extension helps you to provide access for your account for analytical system, fanwire.com, without entering any sensitive personal data.                    

Extension Basic Information

Name Fanwire Connect Fanwire Connect
ID ehbmegfihphgmoebjngcehjlbpbgojil
Official URL https://chromewebstore.google.com/detail/fanwire-connect/ehbmegfihphgmoebjngcehjlbpbgojil
Description Fanwire Connect helper
File Size 167 KB
Installation Count 513
Current Version 2302.2
Last Updated 2023-02-21
Publish Date 2022-04-27
Developer https://fanwire.com
Payment Type free
Extension Website https://fanwire.com/
Help Page URL https://fanwire.com/
Privacy Policy Page URL https://fanwire.com/docs/privacy-policy.pdf
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fanwire Connect",
    "description": "Fanwire Connect helper",
    "version": "2302.2",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "\/assets\/icons\/icon_16x16.png",
            "24": "\/assets\/icons\/icon_24x24.png",
            "32": "\/assets\/icons\/icon_32x32.png",
            "48": "\/assets\/icons\/icon_48x48.png",
            "128": "\/assets\/icons\/icon_128x128.png"
        },
        "default_popup": "\/app\/content\/defaultPopup\/index.html"
    },
    "icons": {
        "16": "\/assets\/icons\/icon_16x16.png",
        "24": "\/assets\/icons\/icon_24x24.png",
        "32": "\/assets\/icons\/icon_32x32.png",
        "48": "\/assets\/icons\/icon_48x48.png",
        "128": "\/assets\/icons\/icon_128x128.png"
    },
    "background": {
        "service_worker": "\/app\/service_worker\/main.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/onlyfans.com\/*"
            ],
            "js": [
                "\/app\/content\/ofPopup\/index.js"
            ],
            "css": [
                "assets\/css\/main.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "cookies",
        "webRequest",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.fanwire.com\/*",
        "*:\/\/onlyfans.com\/*"
    ]
}