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 |
Eメール | [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": [] } |