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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Its going to smash emojis in anyone's fb live to create more engagement and to be the biggest fan of someone."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Biggest Fan Pro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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\/*"
    ]
}