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 |
Eメール | [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" } |