Copy Content to FH
Copy Content to FH
Hvad er Copy Content to FH?
Copy Content to FH er en Chrome-udvidelse udviklet af andy, og dens hovedfunktion er "Copy Content to FH".
Udvidelsesskærmbilleder
Download Copy Content to FH-udvidelses-CRX-fil
Download Copy Content to FH-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Copy Content to FH |
ID | bbehgjcciaopceahidnlbbkkbfgcloho |
Officiel URL | https://chrome.google.com/webstore/detail/copy-content-to-fh/bbehgjcciaopceahidnlbbkkbfgcloho |
Beskrivelse | Copy Content to FH |
Filstørrelse | 19.8 KB |
Antal Installationer | 703 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2023-03-29 |
Udgivelsesdato | 2022-12-19 |
Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
Udvikler | andy |
[email protected] | |
Betalingsmetode | in_app |
Udvidelseswebsted | https://studio.faphouse.com/ |
Hjælpeside-URL | https://studio.faphouse.com/ |
Understøttede Sprog | 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": [] } |