Reply Boy

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

Reply Boy란 무엇입니까?

Reply Boy은(는) https://replyboy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto-generate super cool replies on Twitter using AI. Access replyboy.com for more info."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Reply Boy 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
            ]
        }
    ]
}