Reply Boy

Auto-generate super cool replies on Twitter using AI. Access replyboy.com for more info.

Reply Boy क्या है?

Reply Boy https://replyboy.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto-generate super cool replies on Twitter using AI. Access replyboy.com for more info."।

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

screenshot
screenshot
screenshot

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

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

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

                        It was hard to come up with cool tweets, right? Not anymore...

Reply Boy will 1000𝕏 Your Twitter Views.

The best way to get more twitter impressions and followers is by replying to popular tweets.

This is how Reply Boy works:

1) Define a type of reply
❓ Question
❗️ Affirmation

2) Choose a mood
😍 Romantic
😃 Funny
🤓 Clever
😎 Ironic
🤯 Philosophical
🫣 Controversial
🤬 Hater

Reply Boy is secure and privacy-first
- We don't track your data.
- We don't log your messages.
- We don't brake Twitter rules.
- We don't need 𝕏 password.

You can also activate options like: use emojis, use hashtags and much more coming on new updates.

Try it out for free. No setup needed.                    

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

नाम Reply Boy Reply Boy
ID agdiliklplmnemefmlglajpdaimembli
आधिकारिक URL https://chromewebstore.google.com/detail/reply-boy/agdiliklplmnemefmlglajpdaimembli
विवरण Auto-generate super cool replies on Twitter using AI. Access replyboy.com for more info.
फ़ाइल का आकार 70.39 KB
स्थापना संख्या 208
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2023-12-20
प्रकाशन तिथि 2023-12-03
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://replyboy.com
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://replyboy.com
गोपनीयता नीति पृष्ठ URL https://replyboy.com/terms
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reply Boy",
    "manifest_version": 3,
    "version": "1.0.1",
    "description": "Auto-generate super cool replies on Twitter using AI. Access replyboy.com for more info.",
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/api.replyboy.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/x.com\/*"
            ],
            "css": [
                "css\/inject.css"
            ],
            "js": [
                "lib\/inject.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/replyboy-16.png",
        "32": "icons\/replyboy-32.png",
        "48": "icons\/replyboy-48.png",
        "128": "icons\/replyboy-128.png"
    },
    "background": {
        "service_worker": "lib\/background.js"
    },
    "action": {
        "default_popup": "src\/popup.html",
        "default_icon": {
            "16": "icons\/replyboy-16.png",
            "32": "icons\/replyboy-32.png",
            "48": "icons\/replyboy-48.png",
            "128": "icons\/replyboy-128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/replyboy-blue.svg",
                "icons\/replyboy-red.svg",
                "src\/popup.html",
                "src\/popup.js",
                "css\/normalize.css",
                "css\/webflow.css",
                "css\/popup.css"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}