Copy Content to FH

Copy Content to FH

Co to jest Copy Content to FH?

Copy Content to FH to rozszerzenie Chrome opracowane przez andy, a jego główną funkcją jest „Copy Content to FH”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Copy Content to FH

Pobierz pliki rozszerzeń Copy Content to FH w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Copy Content to FH Copy Content to FH
ID bbehgjcciaopceahidnlbbkkbfgcloho
Oficjalny URL https://chrome.google.com/webstore/detail/copy-content-to-fh/bbehgjcciaopceahidnlbbkkbfgcloho
Opis Copy Content to FH
Rozmiar pliku 19.8 KB
Liczba instalacji 703
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2023-03-29
Data Publikacji 2022-12-19
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper andy
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://studio.faphouse.com/
Adres URL Strony Pomocy https://studio.faphouse.com/
Obsługiwane Języki 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": []
}