Fanwire Connect

Fanwire Connect helper

Fanwire Connect là gì?

Fanwire Connect là một tiện ích mở rộng Chrome được phát triển bởi https://fanwire.com, và tính năng chính của nó là "Fanwire Connect helper".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fanwire Connect

Tải xuống các tệp mở rộng Fanwire Connect dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fanwire Connect Fanwire Connect
ID ehbmegfihphgmoebjngcehjlbpbgojil
URL Chính Thức https://chromewebstore.google.com/detail/fanwire-connect/ehbmegfihphgmoebjngcehjlbpbgojil
Mô tả Fanwire Connect helper
Kích Thước Tệp 167 KB
Số Lần Cài Đặt 513
Phiên Bản Hiện Tại 2302.2
Cập Nhật Lần Cuối 2023-02-21
Ngày Phát Hành 2022-04-27
Nhà Phát Triển https://fanwire.com
Loại Thanh Toán free
Trang Web Mở Rộng https://fanwire.com/
URL Trang Trợ Giúp https://fanwire.com/
URL Trang Chính Sách Bảo Mật https://fanwire.com/docs/privacy-policy.pdf
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}