Fanwire Connect

Fanwire Connect helper

什麼是Fanwire Connect?

Fanwire Connect是由https://fanwire.com開發的Chrome擴展程式,該擴展的主要功能是“Fanwire Connect helper”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Fanwire Connect擴展crx文件

下載Fanwire Connect擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Fanwire Connect Fanwire Connect
ID ehbmegfihphgmoebjngcehjlbpbgojil
官方網址 https://chromewebstore.google.com/detail/fanwire-connect/ehbmegfihphgmoebjngcehjlbpbgojil
簡介 Fanwire Connect helper
檔案大小 167 KB
安裝次數 513
目前版本 2302.2
更新時間 2023-02-21
上架時間 2022-04-27
開發者 https://fanwire.com
付費類型 free
擴展官網 https://fanwire.com/
說明頁面URL https://fanwire.com/
隱私政策頁面URL https://fanwire.com/docs/privacy-policy.pdf
支援的語言 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\/*"
    ]
}