Tweeter AI

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

Co to jest Tweeter AI?

Tweeter AI to rozszerzenie Chrome opracowane przez Tier5 Technologies, a jego główną funkcją jest „An advanced AI that will create and post tweets for you.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Tweeter AI

Pobierz pliki rozszerzeń Tweeter AI w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Tweeter AI Tweeter AI
ID dmikhmlghabgmkiakbhkgihcojmdmjok
Oficjalny URL https://chromewebstore.google.com/detail/tweeter-ai/dmikhmlghabgmkiakbhkgihcojmdmjok
Opis An advanced AI that will create and post tweets for you.
Rozmiar pliku 950 KB
Liczba instalacji 97
Aktualna Wersja 3.2.0
Ostatnia Aktualizacja 2023-12-27
Data Publikacji 2021-02-14
Deweloper Tier5 Technologies
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.tweeter.ai/optin1608545231367
Adres URL Strony Pomocy https://www.messenger.com/t/105198527927786
Adres URL Strony Polityki Prywatności https://tier5.us/chrome_extension
Obsługiwane Języki 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"
    ]
}