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.

Wat is Biggest Fan Pro?

Biggest Fan Pro is een Chrome-extensie ontwikkeld door https://www.biggestfan.io, en de belangrijkste functie is "Its going to smash emojis in anyone's fb live to create more engagement and to be the biggest fan of someone.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Biggest Fan Pro

Download Biggest Fan Pro-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Biggest Fan Pro Biggest Fan Pro
ID ocoleieeedeenkljnlohlaolnbbelmjf
Officiële URL https://chromewebstore.google.com/detail/biggest-fan-pro/ocoleieeedeenkljnlohlaolnbbelmjf
Beschrijving Its going to smash emojis in anyone's fb live to create more engagement and to be the biggest fan of someone.
Bestandsgrootte 3.06 MB
Aantal Installaties 857
Huidige Versie 1.4.09
Laatst Bijgewerkt 2023-12-26
Publicatiedatum 2020-05-15
Beoordeling 4.90/5 Totaal 21 Beoordelingen
Ontwikkelaar https://www.biggestfan.io
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://tier5.us/chrome_extension
Ondersteunde Talen 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\/*"
    ]
}