Copy Content to FH
Copy Content to FH
Cos'è Copy Content to FH?
Copy Content to FH è un'estensione di Chrome sviluppata da andy, e la sua funzione principale è "Copy Content to FH".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Copy Content to FH
Scarica i file di estensione Copy Content to FH in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Copy Content to FH |
ID | bbehgjcciaopceahidnlbbkkbfgcloho |
URL Ufficiale | https://chrome.google.com/webstore/detail/copy-content-to-fh/bbehgjcciaopceahidnlbbkkbfgcloho |
Descrizione | Copy Content to FH |
Dimensione del File | 19.8 KB |
Conteggio Installazioni | 703 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2023-03-29 |
Data di Pubblicazione | 2022-12-19 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | andy |
[email protected] | |
Tipo di Pagamento | in_app |
Sito Web dell'Estensione | https://studio.faphouse.com/ |
URL della Pagina di Aiuto | https://studio.faphouse.com/ |
Lingue Supportate | 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": [] } |