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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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": []
}