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
官方網址 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": []
}