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
公式URL 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\/*"
    ]
}