Degen Reply

Adds buttons to Twitter for easy replies using spintax and AI-generated responses.

Degen Replyคืออะไร?

Degen Reply เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://degenforest.com และคุณลักษณะหลักของมันคือ "Adds buttons to Twitter for easy replies using spintax and AI-generated responses."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Degen Reply

ดาวน์โหลดไฟล์ส่วนขยาย Degen Reply ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ⚡ Degen Reply AI Tool: Amplify Your Twitter Engagement with AI Magic ⚡

Unleash the power of AI in your Twitter conversations with the Degen Reply AI Tool, a revolutionary Chrome extension that takes your Twitter engagement to uncharted territories. Supercharge your Twitter experience, be it casual chats, heated debates, or enlightening discussions - the Degen Reply AI Tool is your ultimate Twitter sidekick.

Key Features:

💡 AI-Powered Responses: Don't know what to say? Stuck in a conversation? Use the AI Reply button powered by the cutting-edge ChatGPT technology. With this feature, craft compelling, relevant, and razor-sharp responses to any tweet in a snap.

🌀 Spintax Text Support: Customize your replies with our preconfigured spintax text option. With this, you can make your responses more dynamic and personalized, taking your Twitter interactions to the next level.

🔮 AI Personality Configuration: Stay true to your unique style! Configure an AI Personality that mirrors your tone and language preferences, ensuring your responses never lose your personal touch.

The Degen Reply AI Tool is not just an extension - it's a game-changer. Engage in meaningful interactions, build connections, influence conversations, all while saving time and effort. Let your personality shine through your tweets while the AI handles the heavy lifting.

Start your Twitter revolution today with the Degen Reply AI Tool. Remember, the art of conversation is one click away! Download now and make every tweet count!

Disclaimer: The Degen Reply AI Tool operates in adherence to Twitter's policy and respects user privacy.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Degen Reply Degen Reply
ID dhgpcpokipjonjhglajcohndcdlacicc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/degen-reply/dhgpcpokipjonjhglajcohndcdlacicc
คำอธิบาย Adds buttons to Twitter for easy replies using spintax and AI-generated responses.
ขนาดไฟล์ 448 KB
จำนวนการติดตั้ง 71
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2023-05-24
วันที่เผยแพร่ 2023-05-14
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://degenforest.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://discord.gg/S9X39aRvzh
URL หน้านโยบายความเป็นส่วนตัว https://degenforest.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Degen Reply",
    "version": "1.0.4",
    "description": "Adds buttons to Twitter for easy replies using spintax and AI-generated responses.",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api.openai.com\/",
        "https:\/\/api.reservoir.tools\/"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_popup": "options.html",
        "default_title": "Degen Reply"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "content.js",
                "web3.min.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "32": "icon32.png",
        "38": "icon38.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}