Copy Content to Fanvue

The extension allows you to copy your content from OnlyFans to Fanvue.

Was ist Copy Content to Fanvue?

Copy Content to Fanvue ist eine Chrome-Erweiterung, die von dev entwickelt wurde, und ihr Hauptmerkmal ist "The extension allows you to copy your content from OnlyFans to Fanvue.".

Erweiterungsscreenshots

screenshot

Copy Content to Fanvue-Erweiterungs-CRX-Datei herunterladen

Laden Sie Copy Content to Fanvue-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

                        Extensions that allows you to transfer content from one website to another                    

Grundlegende Informationen zur Erweiterung

Name Copy Content to Fanvue Copy Content to Fanvue
ID hcebmjomonhgibmelfackhipoajjlfbj
Offizielle URL https://chromewebstore.google.com/detail/copy-content-to-fanvue/hcebmjomonhgibmelfackhipoajjlfbj
Beschreibung The extension allows you to copy your content from OnlyFans to Fanvue.
Dateigröße 86.02 KB
Installationsanzahl 837
Aktuelle Version 0.0.1
Letztes Update 2022-06-08
Veröffentlichungsdatum 2022-06-04
Bewertung 1.67/5 Insgesamt 6 Bewertungen
Entwickler dev
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.fanvue.com
Hilfeseite URL https://help.fanvue.com/en/
URL der Datenschutzrichtlinien-Seite https://www.fanvue.com/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Copy Content to Fanvue",
    "version": "0.0.1",
    "description": "The extension allows you to copy your content from OnlyFans to Fanvue.",
    "homepage_url": "https:\/\/fanvue.com",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png",
        "512": "icon-512.png"
    },
    "permissions": [
        "cookies",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.onlyfans.com\/*",
        "*:\/\/onlyfans.com\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "matches": [
            "https:\/\/*.fanvue.com\/*",
            "https:\/\/fanvue.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.fanvue.com\/*",
                "https:\/\/fanvue.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": []
}