Copy Content to FH

Copy Content to FH

什么是Copy Content to FH?

Copy Content to FH是由andy开发的Chrome扩展程序,该扩展的主要功能是“Copy Content to FH”。

扩展截图

screenshot

下载Copy Content to FH扩展crx文件

下载Copy Content to FH扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The extension allows you to copy your content from OnlyFans and  Fansly to FH in just a couple of clicks.
The “Copy Content to FH” extension lets you copy your content from OnlyFans and Fansly to FH using browser cookies. To do that, just install the extension and follow the instruction.                    

扩展基本信息

名称 Copy Content to FH Copy Content to FH
ID bbehgjcciaopceahidnlbbkkbfgcloho
官方URL https://chrome.google.com/webstore/detail/copy-content-to-fh/bbehgjcciaopceahidnlbbkkbfgcloho
简介 Copy Content to FH
文件大小 19.8 KB
安装次数 703
当前版本 1.0.1
更新时间 2023-03-29
上架时间 2022-12-19
评分 3.00/5 共2次评分
开发者 andy
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://studio.faphouse.com/
帮助页面URL https://studio.faphouse.com/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy Content to FH",
    "version": "1.0.1",
    "description": "Copy Content to FH",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/studio.faphouse.com\/*"
            ],
            "js": [
                ".\/dist\/content\/index.global.js"
            ]
        }
    ],
    "icons": {
        "16": ".\/assets\/img\/logo16.png",
        "48": ".\/assets\/img\/logo48.png",
        "128": ".\/assets\/img\/logo128.png"
    },
    "host_permissions": [
        "https:\/\/studio.faphouse.com\/*",
        "*:\/\/*.onlyfans.com\/*",
        "*:\/\/*.fansly.com\/*"
    ],
    "permissions": [
        "cookies",
        "scripting",
        "tabs"
    ],
    "manifest_version": 3,
    "action": [],
    "background": {
        "service_worker": ".\/dist\/background\/index.global.js",
        "matches": [
            "https:\/\/studio.faphouse.com\/*"
        ]
    },
    "content_security_policy": []
}