Copy Content to FH

Copy Content to FH

Vad är Copy Content to FH?

Copy Content to FH är en Chrome-tillägg utvecklad av andy, och dess huvudfunktion är "Copy Content to FH".

Tilläggsskärmbilder

screenshot

Ladda ner Copy Content to FH-förlängningens CRX-fil

Ladda ner Copy Content to FH-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Copy Content to FH Copy Content to FH
ID bbehgjcciaopceahidnlbbkkbfgcloho
Officiell webbadress https://chrome.google.com/webstore/detail/copy-content-to-fh/bbehgjcciaopceahidnlbbkkbfgcloho
Beskrivning Copy Content to FH
Filstorlek 19.8 KB
Antal Installationer 703
Aktuell Version 1.0.1
Senast Uppdaterad 2023-03-29
Publiceringsdatum 2022-12-19
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare andy
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://studio.faphouse.com/
Hjälpsida URL https://studio.faphouse.com/
Stödda Språk 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": []
}