Fanwire Connect

Fanwire Connect helper

Fanwire Connect란 무엇입니까?

Fanwire Connect은(는) https://fanwire.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fanwire Connect helper"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Fanwire Connect 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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