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.

Что такое Copy Content to My.Club?

Copy Content to My.Club - это расширение Chrome, разработанное soft, и его основная функция - "The extension allows you to copy your content from OnlyFans, Fansly and AVN Stars to My.Club in just a couple of clicks.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Copy Content to My.Club

Скачайте файлы расширений Copy Content to My.Club в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Copy Content to My.Club Copy Content to My.Club
ID iadlndmdohdpcgibgbalgplcahlbiall
Официальный URL https://chromewebstore.google.com/detail/copy-content-to-myclub/iadlndmdohdpcgibgbalgplcahlbiall
Описание The extension allows you to copy your content from OnlyFans, Fansly and AVN Stars to My.Club in just a couple of clicks.
Размер файла 63.08 KB
Количество установок 1,663
Текущая Версия 1.0.4
Последнее Обновление 2022-01-20
Дата публикации 2021-09-11
Рейтинг 5.00/5 Всего 6 оценок
Разработчик soft
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://my.club/import/101
URL страницы помощи https://help.my.club/hc/en-us/articles/4406224279697
URL страницы политики конфиденциальности https://my.club/privacy
Поддерживаемые языки 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": []
}