Copy Content to FH
Copy Content to FH
Copy Content to FHとは何ですか?
Copy Content to FHはandyによって開発されたChromeの拡張機能で、その主な機能は「Copy Content to FH」です。
拡張機能のスクリーンショット
Copy Content to FH拡張機能のCRXファイルをダウンロード
Copy Content to FH拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The extension allows you to copy your content from OnlyFans and Fansly to FH in just a couple of clicks. The “Copy Content to FH” extension lets you copy your content from OnlyFans and Fansly to FH using browser cookies. To do that, just install the extension and follow the instruction.
拡張機能の基本情報
名前 | Copy Content to FH |
ID | bbehgjcciaopceahidnlbbkkbfgcloho |
公式URL | https://chrome.google.com/webstore/detail/copy-content-to-fh/bbehgjcciaopceahidnlbbkkbfgcloho |
説明 | Copy Content to FH |
ファイルサイズ | 19.8 KB |
インストール数 | 703 |
現在のバージョン | 1.0.1 |
最終更新日 | 2023-03-29 |
公開日 | 2022-12-19 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | andy |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | https://studio.faphouse.com/ |
ヘルプページのURL | https://studio.faphouse.com/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy Content to FH", "version": "1.0.1", "description": "Copy Content to FH", "content_scripts": [ { "matches": [ "https:\/\/studio.faphouse.com\/*" ], "js": [ ".\/dist\/content\/index.global.js" ] } ], "icons": { "16": ".\/assets\/img\/logo16.png", "48": ".\/assets\/img\/logo48.png", "128": ".\/assets\/img\/logo128.png" }, "host_permissions": [ "https:\/\/studio.faphouse.com\/*", "*:\/\/*.onlyfans.com\/*", "*:\/\/*.fansly.com\/*" ], "permissions": [ "cookies", "scripting", "tabs" ], "manifest_version": 3, "action": [], "background": { "service_worker": ".\/dist\/background\/index.global.js", "matches": [ "https:\/\/studio.faphouse.com\/*" ] }, "content_security_policy": [] } |