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.

Co to jest Copy Content to My.Club?

Copy Content to My.Club to rozszerzenie Chrome opracowane przez soft, a jego główną funkcją jest „The extension allows you to copy your content from OnlyFans, Fansly and AVN Stars to My.Club in just a couple of clicks.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Copy Content to My.Club

Pobierz pliki rozszerzeń Copy Content to My.Club w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Copy Content to My.Club Copy Content to My.Club
ID iadlndmdohdpcgibgbalgplcahlbiall
Oficjalny URL https://chromewebstore.google.com/detail/copy-content-to-myclub/iadlndmdohdpcgibgbalgplcahlbiall
Opis The extension allows you to copy your content from OnlyFans, Fansly and AVN Stars to My.Club in just a couple of clicks.
Rozmiar pliku 63.08 KB
Liczba instalacji 1,663
Aktualna Wersja 1.0.4
Ostatnia Aktualizacja 2022-01-20
Data Publikacji 2021-09-11
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper soft
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://my.club/import/101
Adres URL Strony Pomocy https://help.my.club/hc/en-us/articles/4406224279697
Adres URL Strony Polityki Prywatności https://my.club/privacy
Obsługiwane Języki 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": []
}