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是由soft開發的Chrome擴展程式,該擴展的主要功能是“The extension allows you to copy your content from OnlyFans, Fansly and AVN Stars to My.Club in just a couple of clicks.”。

擴展截圖

screenshot

下載Copy Content to My.Club擴展crx文件

下載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
官方網址 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": []
}