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 |
官方網址 | 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\/*" ] } |