Copy Content to FH

Copy Content to FH

ما هو Copy Content to FH؟

Copy Content to FH هو إضافة Chrome تم تطويرها بواسطة andy، والميزة الرئيسية لها هي "Copy Content to FH".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Copy Content to FH

قم بتنزيل ملفات الامتداد Copy Content to FH بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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/
عنوان صفحة المساعدة 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": []
}