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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [] } |