Biggest Fan Pro
Its going to smash emojis in anyone's fb live to create more engagement and to be the biggest fan of someone.
Biggest Fan Proとは何ですか?
Biggest Fan Proはhttps://www.biggestfan.ioによって開発されたChromeの拡張機能で、その主な機能は「Its going to smash emojis in anyone's fb live to create more engagement and to be the biggest fan of someone.」です。
拡張機能のスクリーンショット
Biggest Fan Pro拡張機能のCRXファイルをダウンロード
Biggest Fan Pro拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Biggestfan Pro helps you to automate blasting emojis on someone's FB live to create more engagement. You can get noticed by your dream client and be their biggest fan when you are watching their live. A simple interaction on their content could change the entire dynamics of your business.
拡張機能の基本情報
名前 | Biggest Fan Pro |
ID | ocoleieeedeenkljnlohlaolnbbelmjf |
公式URL | https://chromewebstore.google.com/detail/biggest-fan-pro/ocoleieeedeenkljnlohlaolnbbelmjf |
説明 | Its going to smash emojis in anyone's fb live to create more engagement and to be the biggest fan of someone. |
ファイルサイズ | 3.06 MB |
インストール数 | 857 |
現在のバージョン | 1.4.09 |
最終更新日 | 2023-12-26 |
公開日 | 2020-05-15 |
評価 | 4.90/5 合計 21 レビュー |
開発者 | https://www.biggestfan.io |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://tier5.us/chrome_extension |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Biggest Fan Pro", "description": "Its going to smash emojis in anyone's fb live to create more engagement and to be the biggest fan of someone.", "version": "1.4.09", "short_name": "BFP", "icons": { "16": "images\/1637580065798-smallLogo.png", "48": "images\/1637580065847-mediumLogo.png", "128": "images\/1637580065895-largeLogo.png" }, "action": { "default_popup": "login.html", "default_title": "Biggest Fan Pro" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/facebook.com\/*" ], "js": [ "js\/vendor.js", "js\/content_script.js" ] } ], "background": { "service_worker": "background-wrapper.js" }, "permissions": [ "tabs", "storage" ], "host_permissions": [ "*:\/\/*.facebook.com\/*", "*:\/\/facebook.com\/*" ] } |