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.”。
扩展截图
下载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 |
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": [] } |