Tweeter AI

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

What is Tweeter AI?

Tweeter AI is a Chrome extension developed by Tier5 Technologies, and its main feature is "An advanced AI that will create and post tweets for you.".

Extension Screenshots

screenshot

Download Tweeter AI Extension CRX File

Download Tweeter AI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Tweeter AI Tweeter AI
ID dmikhmlghabgmkiakbhkgihcojmdmjok
Official URL https://chromewebstore.google.com/detail/tweeter-ai/dmikhmlghabgmkiakbhkgihcojmdmjok
Description An advanced AI that will create and post tweets for you.
File Size 950 KB
Installation Count 97
Current Version 3.2.0
Last Updated 2023-12-27
Publish Date 2021-02-14
Developer Tier5 Technologies
Email [email protected]
Payment Type free
Extension Website https://www.tweeter.ai/optin1608545231367
Help Page URL https://www.messenger.com/t/105198527927786
Privacy Policy Page URL https://tier5.us/chrome_extension
Supported Languages 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"
    ]
}