Viral Finder Pro
Viral Finder Pro finds the most viral posts and greatest influncers in any facebook group.
Was ist Viral Finder Pro?
Viral Finder Pro ist eine Chrome-Erweiterung, die von alex.just.1011 entwickelt wurde, und ihr Hauptmerkmal ist "Viral Finder Pro finds the most viral posts and greatest influncers in any facebook group.".
Erweiterungsscreenshots
Viral Finder Pro-Erweiterungs-CRX-Datei herunterladen
Laden Sie Viral Finder Pro-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Viral Finder Pro |
ID | mipggnbepeflkdkibkdhgcknhpbkiaeo |
Offizielle URL | https://chromewebstore.google.com/detail/viral-finder-pro/mipggnbepeflkdkibkdhgcknhpbkiaeo |
Beschreibung | Viral Finder Pro finds the most viral posts and greatest influncers in any facebook group. |
Dateigröße | 245 KB |
Installationsanzahl | 557 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2023-05-17 |
Veröffentlichungsdatum | 2023-02-07 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | alex.just.1011 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.viralfinderpro.com/ |
URL der Datenschutzrichtlinien-Seite | https://www.alexjusst.com/politica-de-privacidad1 |
Unterstützte Sprachen | 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" } |