Copy Content to Fanvue
The extension allows you to copy your content from OnlyFans to Fanvue.
Qu'est-ce que Copy Content to Fanvue ?
Copy Content to Fanvue est une extension Chrome développée par dev, et sa fonction principale est "The extension allows you to copy your content from OnlyFans to Fanvue.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Copy Content to Fanvue
Téléchargez les fichiers d'extension Copy Content to Fanvue au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Extensions that allows you to transfer content from one website to another
Informations de Base sur l'Extension
Nom | Copy Content to Fanvue |
ID | hcebmjomonhgibmelfackhipoajjlfbj |
URL Officiel | https://chromewebstore.google.com/detail/copy-content-to-fanvue/hcebmjomonhgibmelfackhipoajjlfbj |
Description | The extension allows you to copy your content from OnlyFans to Fanvue. |
Taille du Fichier | 86.02 KB |
Nombre d'Installations | 837 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2022-06-08 |
Date de Publication | 2022-06-04 |
Évaluation | 1.67/5 Total 6 Évaluations |
Développeur | dev |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.fanvue.com |
URL de la Page d'Aide | https://help.fanvue.com/en/ |
URL de la Page de Politique de Confidentialité | https://www.fanvue.com/privacy |
Langues Prises en Charge | 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": [] } |