Reply Boy
Auto-generate super cool replies on Twitter using AI. Access replyboy.com for more info.
Reply Boy là gì?
Reply Boy là một tiện ích mở rộng Chrome được phát triển bởi https://replyboy.com, và tính năng chính của nó là "Auto-generate super cool replies on Twitter using AI. Access replyboy.com for more info.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Reply Boy
Tải xuống các tệp mở rộng Reply Boy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Reply Boy |
ID | agdiliklplmnemefmlglajpdaimembli |
URL Chính Thức | https://chromewebstore.google.com/detail/reply-boy/agdiliklplmnemefmlglajpdaimembli |
Mô tả | Auto-generate super cool replies on Twitter using AI. Access replyboy.com for more info. |
Kích Thước Tệp | 70.39 KB |
Số Lần Cài Đặt | 208 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2023-12-20 |
Ngày Phát Hành | 2023-12-03 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://replyboy.com |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://replyboy.com |
URL Trang Chính Sách Bảo Mật | https://replyboy.com/terms |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |