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.

Qu'est-ce que Copy Content to My.Club ?

Copy Content to My.Club est une extension Chrome développée par soft, et sa fonction principale est "The extension allows you to copy your content from OnlyFans, Fansly and AVN Stars to My.Club in just a couple of clicks.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Copy Content to My.Club

Téléchargez les fichiers d'extension Copy Content to My.Club au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Copy Content to My.Club Copy Content to My.Club
ID iadlndmdohdpcgibgbalgplcahlbiall
URL Officiel https://chromewebstore.google.com/detail/copy-content-to-myclub/iadlndmdohdpcgibgbalgplcahlbiall
Description The extension allows you to copy your content from OnlyFans, Fansly and AVN Stars to My.Club in just a couple of clicks.
Taille du Fichier 63.08 KB
Nombre d'Installations 1,663
Version Actuelle 1.0.4
Dernière Mise à Jour 2022-01-20
Date de Publication 2021-09-11
Évaluation 5.00/5 Total 6 Évaluations
Développeur soft
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://my.club/import/101
URL de la Page d'Aide https://help.my.club/hc/en-us/articles/4406224279697
URL de la Page de Politique de Confidentialité https://my.club/privacy
Langues Prises en Charge 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": []
}