Viral Finder Pro

Viral Finder Pro finds the most viral posts and greatest influncers in any facebook group.

Apa itu Viral Finder Pro?

Viral Finder Pro adalah ekstensi Chrome yang dikembangkan oleh alex.just.1011, dan fitur utamanya adalah "Viral Finder Pro finds the most viral posts and greatest influncers in any facebook group.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Viral Finder Pro

Unduh file ekstensi Viral Finder 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

                        Viral Finder Pro finds the most viral posts and greatest influncers in any facebook group.

It's the tool you need if you create any type of content on Facebook.

Go viral won't be complicated for you anymore.

THIS IS A WHITE LABEL EXTENSION MADE BY TIER5.US FOR ALEX JUST.                    

Informasi Dasar Ekstensi

Nama Viral Finder Pro Viral Finder Pro
ID mipggnbepeflkdkibkdhgcknhpbkiaeo
URL Resmi https://chromewebstore.google.com/detail/viral-finder-pro/mipggnbepeflkdkibkdhgcknhpbkiaeo
Deskripsi Viral Finder Pro finds the most viral posts and greatest influncers in any facebook group.
Ukuran File 245 KB
Jumlah Instalasi 557
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2023-05-17
Tanggal Publikasi 2023-02-07
Penilaian 5.00/5 Total 1 Penilaian
Pengembang alex.just.1011
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.viralfinderpro.com/
URL Halaman Kebijakan Privasi https://www.alexjusst.com/politica-de-privacidad1
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Viral Finder Pro",
    "description": "Viral Finder Pro finds the most viral posts and greatest influncers in any facebook group.",
    "version": "1.0.2",
    "manifest_version": 3,
    "action": {
        "default_popup": "login.html",
        "default_title": "Viral Finder Pro"
    },
    "icons": {
        "16": "images\/5fda20951c35d67802639897-Viral_Finder_Pro-1664270779208-small_icon.png",
        "48": "images\/5fda20951c35d67802639897-Viral_Finder_Pro-1664270779274-medium_icon.png",
        "128": "images\/5fda20951c35d67802639897-Viral_Finder_Pro-1664270779370-large_icon.png"
    },
    "background": {
        "service_worker": "js\/backgroundWrapper.min.js"
    },
    "content_scripts": [
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                ".\/js\/jquery.min.js",
                ".\/js\/content.min.js"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/groups\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "notifications"
    ],
    "options_page": "dashboard1.html",
    "short_name": "VFP"
}