FansApp

The extension helps you promote content on OnlyFans

FansApp क्या है?

FansApp http://fansapp.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The extension helps you promote content on OnlyFans"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में FansApp एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Automatically follow expired fans as well as new fans. Accelerate the distribution of your content and make more money from your OnlyFans.

Adds game-changing features such as:

♻️ FOLLOW YOUR EXPIRED FANS - Did you know that 30-40% of fans are willing to come back if you personally reach out to them?

🤑 FOLLOW NEW FANS  - We target people who signed up to OnlyFans a few hours or days ago and subscribed to other creators. That way, you're one of the first account's they see in their notifications. Would you agree that "Hmm, I wonder who is this cute girl" is one of the first things that pops up in their head? 😏

🤖 DAILY AUTOSTART - Following to your unsubscribed fans, as well as following to new fans can happen automatically! To do this, just enable autorun in the extension.

🎯STORE FOLLOWED FANS - Store followed fans in a list, keep track of who you're following or send them messages.

Disclaimer: this Chrome Extension is not endorsed or affiliated by OnlyFans. OnlyFans is a registered trademark of Fenix International Ltd.                    

एक्सटेंशन की मूल जानकारी

नाम FansApp FansApp
ID adagklgpfgiegdahnjfajilgmhdlfecj
आधिकारिक URL https://chrome.google.com/webstore/detail/fansapp/adagklgpfgiegdahnjfajilgmhdlfecj
विवरण The extension helps you promote content on OnlyFans
फ़ाइल का आकार 308 KB
स्थापना संख्या 77
वर्तमान संस्करण 1.4.8
अंतिम अपडेट 2024-02-13
प्रकाशन तिथि 2023-03-04
रेटिंग 4.43/5 कुल 7 रेटिंग्स
डेवलपर http://fansapp.io
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://fansapp.io
सहायता पृष्ठ URL https://fansapp.io/contact
गोपनीयता नीति पृष्ठ URL https://fansapp.co/privacy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "FansApp",
    "version": "1.4.8",
    "description": "__MSG_extDescription__",
    "icons": {
        "512": "assets\/img\/logo.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "unlimitedStorage",
        "cookies",
        "webRequest",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/onlyfans.com\/*",
        "*:\/\/fansapp.co\/*"
    ],
    "action": {
        "default_icon": "assets\/img\/logo.png",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/onlyfans.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/sha1.js",
                "js\/cryptojs.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/img\/*"
            ],
            "matches": [
                "*:\/\/onlyfans.com\/*"
            ]
        }
    ]
}