Copy Content to Fanvue

The extension allows you to copy your content from OnlyFans to Fanvue.

Copy Content to Fanvueคืออะไร?

Copy Content to Fanvue เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dev และคุณลักษณะหลักของมันคือ "The extension allows you to copy your content from OnlyFans to Fanvue."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copy Content to Fanvue

ดาวน์โหลดไฟล์ส่วนขยาย Copy Content to Fanvue ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Extensions that allows you to transfer content from one website to another                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Copy Content to Fanvue 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": []
}