Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 19, 2025.
{
"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"
}