Copy Content to FH

Copy Content to FH

Was ist Copy Content to FH?

Copy Content to FH ist eine Chrome-Erweiterung, die von andy entwickelt wurde, und ihr Hauptmerkmal ist "Copy Content to FH".

Erweiterungsscreenshots

screenshot

Copy Content to FH-Erweiterungs-CRX-Datei herunterladen

Laden Sie Copy Content to FH-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Copy Content to FH Copy Content to FH
ID bbehgjcciaopceahidnlbbkkbfgcloho
Offizielle URL https://chrome.google.com/webstore/detail/copy-content-to-fh/bbehgjcciaopceahidnlbbkkbfgcloho
Beschreibung Copy Content to FH
Dateigröße 19.8 KB
Installationsanzahl 703
Aktuelle Version 1.0.1
Letztes Update 2023-03-29
Veröffentlichungsdatum 2022-12-19
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler andy
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://studio.faphouse.com/
Hilfeseite URL https://studio.faphouse.com/
Unterstützte Sprachen 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": []
}