Viral Finder Pro

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

Viral Finder Pro란 무엇입니까?

Viral Finder Pro은(는) alex.just.1011에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Viral Finder Pro finds the most viral posts and greatest influncers in any facebook group."입니다.

확장 프로그램 스크린샷

screenshot

Viral Finder Pro 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}