Copy Content to FH

Copy Content to FH

Wat is Copy Content to FH?

Copy Content to FH is een Chrome-extensie ontwikkeld door andy, en de belangrijkste functie is "Copy Content to FH".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Copy Content to FH

Download Copy Content to FH-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Copy Content to FH Copy Content to FH
ID bbehgjcciaopceahidnlbbkkbfgcloho
Officiële URL https://chrome.google.com/webstore/detail/copy-content-to-fh/bbehgjcciaopceahidnlbbkkbfgcloho
Beschrijving Copy Content to FH
Bestandsgrootte 19.8 KB
Aantal Installaties 703
Huidige Versie 1.0.1
Laatst Bijgewerkt 2023-03-29
Publicatiedatum 2022-12-19
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar andy
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://studio.faphouse.com/
Help Pagina-URL https://studio.faphouse.com/
Ondersteunde Talen 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": []
}