Snowball.club - X/Twitter AI Tweet and Reply

Grow your X/Twitter audience easily with AI - Generate perfect posts and replies personalized for you in seconds

Что такое Snowball.club - X/Twitter AI Tweet and Reply?

Snowball.club - X/Twitter AI Tweet and Reply - это расширение Chrome, разработанное https://snowball.club, и его основная функция - "Grow your X/Twitter audience easily with AI - Generate perfect posts and replies personalized for you in seconds".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Snowball.club - X/Twitter AI Tweet and Reply

Скачайте файлы расширений Snowball.club - X/Twitter AI Tweet and Reply в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Grow your X/Twitter account in weeks, not years.

Generate the perfect content to grow your X/Twitter account, FAST.

Snowball helps you write personalized Posts and Replies optimized for engagement with AI - at lightning speed.

Features*

- Get unlimited tweet ideas: forget the writer's block!
- Magic Post: 1-clic AI personalized high-performing tweet generation
- Tweet auto-completion: Start typing a tweet and use AI to finish writing it
- Reply auto-completion: Start typing a reply on a tweet and use AI to finish writing it
- Edit your tweets and replies with AI (improve, rephrase, translate, fix grammar and more)
- AI Posts (AI Tweets) - Fully personalized
- AI Replies - Fully personalized
- Powerful engaging curated Templates - Personalized with AI or fill-in-the-blank.
- Create and re-use your own Tweet templates
- Quick Replies
- Schedule tweets directly from https://snowball.club

* AI Features only available for Standard & Pro Snowball subscribers                    

Основная информация о расширении

Название Snowball.club - X/Twitter AI Tweet and Reply Snowball.club - X/Twitter AI Tweet and Reply
ID oflolfahklajghjkoidbgejfppemoglg
Официальный URL https://chromewebstore.google.com/detail/snowballclub-xtwitter-ai/oflolfahklajghjkoidbgejfppemoglg
Описание Grow your X/Twitter audience easily with AI - Generate perfect posts and replies personalized for you in seconds
Размер файла 172 KB
Количество установок 65
Текущая Версия 2.1
Последнее Обновление 2024-03-03
Дата публикации 2023-11-16
Рейтинг 4.67/5 Всего 3 оценок
Разработчик https://snowball.club
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://snowball.club
URL страницы помощи https://snowball.club
URL страницы политики конфиденциальности https://snowball.club/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Snowball.club - X\/Twitter AI Tweet and Reply",
    "version": "2.1",
    "description": "Grow your X\/Twitter audience easily with AI - Generate perfect posts and replies personalized for you in seconds",
    "permissions": [
        "activeTab",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/snowball.club\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/snowball-large.png",
                "fix.css"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*",
                "*:\/\/x.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "fix.css"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    }
}