Fanwire Connect

Fanwire Connect helper

Vad är Fanwire Connect?

Fanwire Connect är en Chrome-tillägg utvecklad av https://fanwire.com, och dess huvudfunktion är "Fanwire Connect helper".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Fanwire Connect-förlängningens CRX-fil

Ladda ner Fanwire Connect-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Fanwire Connect Fanwire Connect
ID ehbmegfihphgmoebjngcehjlbpbgojil
Officiell webbadress https://chromewebstore.google.com/detail/fanwire-connect/ehbmegfihphgmoebjngcehjlbpbgojil
Beskrivning Fanwire Connect helper
Filstorlek 167 KB
Antal Installationer 513
Aktuell Version 2302.2
Senast Uppdaterad 2023-02-21
Publiceringsdatum 2022-04-27
Utvecklare https://fanwire.com
Betalningssätt free
Tilläggswebbplats https://fanwire.com/
Hjälpsida URL https://fanwire.com/
URL till Sekretesspolicy Sidan https://fanwire.com/docs/privacy-policy.pdf
Stödda Språk 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\/*"
    ]
}