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 |
电子邮箱 | [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\/*" ] } |