Copy Content to My.Club
The extension allows you to copy your content from OnlyFans, Fansly and AVN Stars to My.Club in just a couple of clicks.
Cos'è Copy Content to My.Club?
Copy Content to My.Club è un'estensione di Chrome sviluppata da soft, e la sua funzione principale è "The extension allows you to copy your content from OnlyFans, Fansly and AVN Stars to My.Club in just a couple of clicks.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Copy Content to My.Club
Scarica i file di estensione Copy Content to My.Club 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 “Copy Content to My.Club” extension lets you copy your content from OnlyFans, Fansly and AVN Stars to My.Club using browser cookies. To do that, just install the extension and follow the instruction on https://my.club/import/101
Informazioni di Base sull'Estensione
Nome | Copy Content to My.Club |
ID | iadlndmdohdpcgibgbalgplcahlbiall |
URL Ufficiale | https://chromewebstore.google.com/detail/copy-content-to-myclub/iadlndmdohdpcgibgbalgplcahlbiall |
Descrizione | The extension allows you to copy your content from OnlyFans, Fansly and AVN Stars to My.Club in just a couple of clicks. |
Dimensione del File | 63.08 KB |
Conteggio Installazioni | 1,663 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2022-01-20 |
Data di Pubblicazione | 2021-09-11 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | soft |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://my.club/import/101 |
URL della Pagina di Aiuto | https://help.my.club/hc/en-us/articles/4406224279697 |
URL della Pagina della Politica sulla Privacy | https://my.club/privacy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Copy Content to My.Club", "version": "1.0.4", "description": "The extension allows you to copy your content from OnlyFans, Fansly and AVN Stars to My.Club in just a couple of clicks.", "homepage_url": "https:\/\/my.club\/import\/101", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "96": "icon.png", "128": "icon-128.png", "256": "icon-256.png", "512": "icon-512.png" }, "permissions": [ "cookies", "scripting", "tabs" ], "host_permissions": [ "*:\/\/*.onlyfans.com\/*", "*:\/\/onlyfans.com\/*", "*:\/\/*.stars.avn.com\/*", "*:\/\/stars.avn.com\/*", "*:\/\/*.fansly.com\/*", "*:\/\/fansly.com\/*" ], "background": { "service_worker": "background.js", "matches": [ "https:\/\/*.fanclub.dev\/*", "https:\/\/fanclub.dev\/*", "https:\/\/my.club\/*" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.fanclub.dev\/*", "https:\/\/fanclub.dev\/*", "https:\/\/my.club\/*" ], "js": [ "content.js" ] } ], "action": [] } |