Copy Content to FH

Copy Content to FH

O que é Copy Content to FH?

Copy Content to FH é uma extensão do Chrome desenvolvida por andy, e sua principal característica é "Copy Content to FH".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Copy Content to FH

Baixe arquivos de extensão Copy Content to FH no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Copy Content to FH Copy Content to FH
ID bbehgjcciaopceahidnlbbkkbfgcloho
URL Oficial https://chrome.google.com/webstore/detail/copy-content-to-fh/bbehgjcciaopceahidnlbbkkbfgcloho
Descrição Copy Content to FH
Tamanho do Arquivo 19.8 KB
Contagem de Instalações 703
Versão Atual 1.0.1
Última Atualização 2023-03-29
Data de Publicação 2022-12-19
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor andy
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://studio.faphouse.com/
URL da Página de Ajuda https://studio.faphouse.com/
Idiomas Suportados 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": []
}