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은(는) https://snowball.club에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Grow your X/Twitter audience easily with AI - Generate perfect posts and replies personalized for you in seconds"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Snowball.club - X/Twitter AI Tweet and Reply 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    }
}