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.

Co je Biggest Fan Pro?

Biggest Fan Pro je rozšíření Chrome vyvinuté https://www.biggestfan.io, a jeho hlavní funkcí je „Its going to smash emojis in anyone's fb live to create more engagement and to be the biggest fan of someone.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Biggest Fan Pro

Stáhněte si soubory rozšíření Biggest Fan Pro ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Biggest Fan Pro Biggest Fan Pro
ID ocoleieeedeenkljnlohlaolnbbelmjf
Oficiální URL https://chromewebstore.google.com/detail/biggest-fan-pro/ocoleieeedeenkljnlohlaolnbbelmjf
Popis Its going to smash emojis in anyone's fb live to create more engagement and to be the biggest fan of someone.
Velikost souboru 3.06 MB
Počet instalací 857
Aktuální Verze 1.4.09
Poslední Aktualizace 2023-12-26
Datum Vydání 2020-05-15
Hodnocení 4.90/5 Celkem 21 Hodnocení
Vývojář https://www.biggestfan.io
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://tier5.us/chrome_extension
Podporované Jazyky 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\/*"
    ]
}