Viral Finder Pro

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

Viral Finder Proคืออะไร?

Viral Finder Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alex.just.1011 และคุณลักษณะหลักของมันคือ "Viral Finder Pro finds the most viral posts and greatest influncers in any facebook group."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Viral Finder Pro

ดาวน์โหลดไฟล์ส่วนขยาย Viral Finder Pro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Viral Finder Pro Viral Finder Pro
ID mipggnbepeflkdkibkdhgcknhpbkiaeo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/viral-finder-pro/mipggnbepeflkdkibkdhgcknhpbkiaeo
คำอธิบาย Viral Finder Pro finds the most viral posts and greatest influncers in any facebook group.
ขนาดไฟล์ 245 KB
จำนวนการติดตั้ง 557
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2023-05-17
วันที่เผยแพร่ 2023-02-07
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา alex.just.1011
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.viralfinderpro.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.alexjusst.com/politica-de-privacidad1
ภาษาที่รองรับ 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"
}