Copy Content to FH
Copy Content to FH
Copy Content to FHคืออะไร?
Copy Content to FH เป็นส่วนขยายของ Chrome ที่พัฒนาโดย andy และคุณลักษณะหลักของมันคือ "Copy Content to FH"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copy Content to FH
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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": [] } |