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.”。
扩展截图
下载Viral Finder Pro扩展crx文件
下载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 |
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" } |