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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.biggestfan.io และคุณลักษณะหลักของมันคือ "Its going to smash emojis in anyone's fb live to create more engagement and to be the biggest fan of someone."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Biggest Fan Pro
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*" ] } |