Copy Content to Fanvue
The extension allows you to copy your content from OnlyFans to Fanvue.
什么是Copy Content to Fanvue?
Copy Content to Fanvue是由dev开发的Chrome扩展程序,该扩展的主要功能是“The extension allows you to copy your content from OnlyFans to Fanvue.”。
扩展截图
下载Copy Content to Fanvue扩展crx文件
下载Copy Content to Fanvue扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extensions that allows you to transfer content from one website to another
扩展基本信息
名称 | Copy Content to Fanvue |
ID | hcebmjomonhgibmelfackhipoajjlfbj |
官方URL | https://chromewebstore.google.com/detail/copy-content-to-fanvue/hcebmjomonhgibmelfackhipoajjlfbj |
简介 | The extension allows you to copy your content from OnlyFans to Fanvue. |
文件大小 | 86.02 KB |
安装次数 | 837 |
当前版本 | 0.0.1 |
更新时间 | 2022-06-08 |
上架时间 | 2022-06-04 |
评分 | 1.67/5 共6次评分 |
开发者 | dev |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.fanvue.com |
帮助页面URL | https://help.fanvue.com/en/ |
隐私政策页面URL | https://www.fanvue.com/privacy |
支持的语言 | 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": [] } |