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.
Vad är Biggest Fan Pro?
Biggest Fan Pro är en Chrome-tillägg utvecklad av https://www.biggestfan.io, och dess huvudfunktion är "Its going to smash emojis in anyone's fb live to create more engagement and to be the biggest fan of someone.".
Tilläggsskärmbilder
Ladda ner Biggest Fan Pro-förlängningens CRX-fil
Ladda ner Biggest Fan Pro-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Biggest Fan Pro |
ID | ocoleieeedeenkljnlohlaolnbbelmjf |
Officiell webbadress | https://chromewebstore.google.com/detail/biggest-fan-pro/ocoleieeedeenkljnlohlaolnbbelmjf |
Beskrivning | Its going to smash emojis in anyone's fb live to create more engagement and to be the biggest fan of someone. |
Filstorlek | 3.06 MB |
Antal Installationer | 857 |
Aktuell Version | 1.4.09 |
Senast Uppdaterad | 2023-12-26 |
Publiceringsdatum | 2020-05-15 |
Betyg | 4.90/5 Totalt 21 Betyg |
Utvecklare | https://www.biggestfan.io |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://tier5.us/chrome_extension |
Stödda Språk | 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\/*" ] } |