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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } |