Tweeter AI

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

Tweeter AIとは何ですか?

Tweeter AIはTier5 Technologiesによって開発されたChromeの拡張機能で、その主な機能は「An advanced AI that will create and post tweets for you.」です。

拡張機能のスクリーンショット

screenshot

Tweeter AI拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}