FederAI - Create Amazing content with AI

FederAI is the AI Content Platform that helps you break through creative blocks to create amazing Twitter content 10X faster.

FederAI - Create Amazing content with AIคืออะไร?

FederAI - Create Amazing content with AI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย datnguyen5653 และคุณลักษณะหลักของมันคือ "FederAI is the AI Content Platform that helps you break through creative blocks to create amazing Twitter content 10X faster."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FederAI - Create Amazing content with AI

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

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

                        Unlock creativity and grow your Twitter audience with AI. FederAI help you create meaningful Twitter connection 10x faster through AI writter and AI reply

*Features
- Daily Tweet inspiration
- 130+ Tweet templates
- Tweet AI writer and rewriter
- AI Tweet reply suggestion

*Change logs
v0.8.7 - Improve AI reply/writter + add jokes options
v0.8.5 - Improve UI 
v0.8.4 - Improve UI + Add auth functionality on Twitter + Fix bug
v0.8.2 - Fix Daily inspiration bug + button
v0.8.0 - Add daily inspiration + templates
v0.6.10 - Fix bug + add support form
v0.6.8 - fix bug + improvements
v0.6.5 - Fix auth endpoint + improve auth
v0.6.3 - Improve auth + fix UI bug
v0.5.0 - New UI + Dialog on webpage
v0.3.2 - Multiple tab to access previously generated content and favorite + UI improvement
v0.2.3 - Add more templates + open with shortcut                    

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

ชื่อ FederAI - Create Amazing content with AI FederAI - Create Amazing content with AI
ID gioninhnkghmdcnjbomehheggepodhfk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/federai-create-amazing-co/gioninhnkghmdcnjbomehheggepodhfk
คำอธิบาย FederAI is the AI Content Platform that helps you break through creative blocks to create amazing Twitter content 10X faster.
ขนาดไฟล์ 1.75 MB
จำนวนการติดตั้ง 80
เวอร์ชันปัจจุบัน 0.8.7
อัปเดตครั้งล่าสุด 2023-01-28
วันที่เผยแพร่ 2022-12-12
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา datnguyen5653
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://federai.co
URL หน้าช่วยเหลือ https://federai.co/support
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FederAI - Create Amazing content with AI",
    "version": "0.8.7",
    "description": "FederAI is the AI Content Platform that helps you break through creative blocks to create amazing Twitter content 10X faster.",
    "background": {
        "service_worker": "src\/pages\/background\/index.js"
    },
    "action": {
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/pages\/contentBridge\/index.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle.chunk.css"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png",
                "src\/pages\/popup\/index.html"
            ],
            "matches": [
                "*:\/\/twitter.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/federai.co\/*",
                "*:\/\/*.federai.co\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        "",
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/gstatic.com\/*",
        "*:\/\/*\/*"
    ],
    "commands": {
        "open-feder": {
            "suggested_key": {
                "default": "Alt+Shift+P"
            },
            "description": "Open FederAI app"
        }
    }
}