Viral Finder Pro

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

What is Viral Finder Pro?

Viral Finder Pro is a Chrome extension developed by alex.just.1011, and its main feature is "Viral Finder Pro finds the most viral posts and greatest influncers in any facebook group.".

Extension Screenshots

screenshot

Download Viral Finder Pro Extension CRX File

Download Viral Finder Pro extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Viral Finder Pro Viral Finder Pro
ID mipggnbepeflkdkibkdhgcknhpbkiaeo
Official URL https://chromewebstore.google.com/detail/viral-finder-pro/mipggnbepeflkdkibkdhgcknhpbkiaeo
Description Viral Finder Pro finds the most viral posts and greatest influncers in any facebook group.
File Size 245 KB
Installation Count 557
Current Version 1.0.2
Last Updated 2023-05-17
Publish Date 2023-02-07
Rating 5.00/5 Total 1 Ratings
Developer alex.just.1011
Email [email protected]
Payment Type free
Extension Website https://www.viralfinderpro.com/
Privacy Policy Page URL https://www.alexjusst.com/politica-de-privacidad1
Supported Languages 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"
}