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 |
Eメール | [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": [] } |