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 |
官方網址 | 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" } |