Copy Content to FH

Copy Content to FH

Apa itu Copy Content to FH?

Copy Content to FH adalah ekstensi Chrome yang dikembangkan oleh andy, dan fitur utamanya adalah "Copy Content to FH".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Copy Content to FH

Unduh file ekstensi Copy Content to FH dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Copy Content to FH Copy Content to FH
ID bbehgjcciaopceahidnlbbkkbfgcloho
URL Resmi https://chrome.google.com/webstore/detail/copy-content-to-fh/bbehgjcciaopceahidnlbbkkbfgcloho
Deskripsi Copy Content to FH
Ukuran File 19.8 KB
Jumlah Instalasi 703
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2023-03-29
Tanggal Publikasi 2022-12-19
Penilaian 3.00/5 Total 2 Penilaian
Pengembang andy
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://studio.faphouse.com/
URL Halaman Bantuan https://studio.faphouse.com/
Bahasa yang Didukung 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": []
}