Tweeter AI

An advanced AI that will create and post tweets for you.

Tweeter AIคืออะไร?

Tweeter AI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tier5 Technologies และคุณลักษณะหลักของมันคือ "An advanced AI that will create and post tweets for you."

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

screenshot

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

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

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

                        Automatically create tweets based on AI and post them to your twitter account on your pre schedule time interval.                    

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

ชื่อ Tweeter AI Tweeter AI
ID dmikhmlghabgmkiakbhkgihcojmdmjok
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tweeter-ai/dmikhmlghabgmkiakbhkgihcojmdmjok
คำอธิบาย An advanced AI that will create and post tweets for you.
ขนาดไฟล์ 950 KB
จำนวนการติดตั้ง 97
เวอร์ชันปัจจุบัน 3.2.0
อัปเดตครั้งล่าสุด 2023-12-27
วันที่เผยแพร่ 2021-02-14
ผู้พัฒนา Tier5 Technologies
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.tweeter.ai/optin1608545231367
URL หน้าช่วยเหลือ https://www.messenger.com/t/105198527927786
URL หน้านโยบายความเป็นส่วนตัว https://tier5.us/chrome_extension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/const.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "login.html",
        "default_title": "TweeterAI"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/main.css"
            ],
            "js": [
                "js\/vendor.js",
                "lib\/sweetalert.min.js",
                "lib\/arrive.js",
                "js\/content.js",
                "js\/text.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "An advanced AI that will create and post tweets for you. ",
    "icons": {
        "128": "images\/icon.png"
    },
    "manifest_version": 2,
    "name": "Tweeter AI",
    "content_security_policy": "script-src 'self' https:\/\/3mia3gz9ga.execute-api.us-east-1.amazonaws.com; object-src 'self'",
    "permissions": [
        "tabs",
        "storage",
        "identity",
        "background"
    ],
    "version": "3.2.0",
    "web_accessible_resources": [
        "*.png"
    ]
}