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.
Was ist Copy Content to My.Club?
Copy Content to My.Club ist eine Chrome-Erweiterung, die von soft entwickelt wurde, und ihr Hauptmerkmal ist "The extension allows you to copy your content from OnlyFans, Fansly and AVN Stars to My.Club in just a couple of clicks.".
Erweiterungsscreenshots
Copy Content to My.Club-Erweiterungs-CRX-Datei herunterladen
Laden Sie Copy Content to My.Club-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Copy Content to My.Club |
ID | iadlndmdohdpcgibgbalgplcahlbiall |
Offizielle URL | https://chromewebstore.google.com/detail/copy-content-to-myclub/iadlndmdohdpcgibgbalgplcahlbiall |
Beschreibung | The extension allows you to copy your content from OnlyFans, Fansly and AVN Stars to My.Club in just a couple of clicks. |
Dateigröße | 63.08 KB |
Installationsanzahl | 1,663 |
Aktuelle Version | 1.0.4 |
Letztes Update | 2022-01-20 |
Veröffentlichungsdatum | 2021-09-11 |
Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
Entwickler | soft |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://my.club/import/101 |
Hilfeseite URL | https://help.my.club/hc/en-us/articles/4406224279697 |
URL der Datenschutzrichtlinien-Seite | https://my.club/privacy |
Unterstützte Sprachen | 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": [] } |