Biggest Fan Pro

Its going to smash emojis in anyone's fb live to create more engagement and to be the biggest fan of someone.

Apa itu Biggest Fan Pro?

Biggest Fan Pro adalah ekstensi Chrome yang dikembangkan oleh https://www.biggestfan.io, dan fitur utamanya adalah "Its going to smash emojis in anyone's fb live to create more engagement and to be the biggest fan of someone.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Biggest Fan Pro

Unduh file ekstensi Biggest Fan Pro 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

                        Biggestfan Pro helps you to automate blasting emojis on someone's FB live to create more engagement. You can get noticed by your dream client and be their biggest fan when you are watching their live. A simple interaction on their content could change the entire dynamics of your business.                    

Informasi Dasar Ekstensi

Nama Biggest Fan Pro Biggest Fan Pro
ID ocoleieeedeenkljnlohlaolnbbelmjf
URL Resmi https://chromewebstore.google.com/detail/biggest-fan-pro/ocoleieeedeenkljnlohlaolnbbelmjf
Deskripsi Its going to smash emojis in anyone's fb live to create more engagement and to be the biggest fan of someone.
Ukuran File 3.06 MB
Jumlah Instalasi 857
Versi Saat Ini 1.4.09
Terakhir Diperbarui 2023-12-26
Tanggal Publikasi 2020-05-15
Penilaian 4.90/5 Total 21 Penilaian
Pengembang https://www.biggestfan.io
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://tier5.us/chrome_extension
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Biggest Fan Pro",
    "description": "Its going to smash emojis in anyone's fb live to create more engagement and to be the biggest fan of someone.",
    "version": "1.4.09",
    "short_name": "BFP",
    "icons": {
        "16": "images\/1637580065798-smallLogo.png",
        "48": "images\/1637580065847-mediumLogo.png",
        "128": "images\/1637580065895-largeLogo.png"
    },
    "action": {
        "default_popup": "login.html",
        "default_title": "Biggest Fan Pro"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/facebook.com\/*"
    ]
}