Copy Content to Fanvue

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

Hvad er Copy Content to Fanvue?

Copy Content to Fanvue er en Chrome-udvidelse udviklet af dev, og dens hovedfunktion er "The extension allows you to copy your content from OnlyFans to Fanvue.".

Udvidelsesskærmbilleder

screenshot

Download Copy Content to Fanvue-udvidelses-CRX-fil

Download Copy Content to Fanvue-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Copy Content to Fanvue Copy Content to Fanvue
ID hcebmjomonhgibmelfackhipoajjlfbj
Officiel URL https://chromewebstore.google.com/detail/copy-content-to-fanvue/hcebmjomonhgibmelfackhipoajjlfbj
Beskrivelse The extension allows you to copy your content from OnlyFans to Fanvue.
Filstørrelse 86.02 KB
Antal Installationer 837
Nuværende Version 0.0.1
Senest Opdateret 2022-06-08
Udgivelsesdato 2022-06-04
Bedømmelse 1.67/5 Samlet 6 Bedømmelser
Udvikler dev
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.fanvue.com
Hjælpeside-URL https://help.fanvue.com/en/
URL til Fortrolighedspolitik Side https://www.fanvue.com/privacy
Understøttede Sprog 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": []
}