Tweet Easy - Grow 10x Faster

Generate tweet ideas and improve your tweets in every aspect, grow your audience faster on X/Twitter!

Tweet Easy - Grow 10x Faster란 무엇입니까?

Tweet Easy - Grow 10x Faster은(는) Devin Zhang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate tweet ideas and improve your tweets in every aspect, grow your audience faster on X/Twitter!"입니다.

확장 프로그램 스크린샷

screenshot

Tweet Easy - Grow 10x Faster 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Creat engaging posts, get reply ideas, add emoji, change tone of voice, fix spelling and grammar, and translate to English to build your personal brand, all in one tool!                    

확장 프로그램 기본 정보

이름 Tweet Easy - Grow 10x Faster Tweet Easy - Grow 10x Faster
ID gepbdjbbpedecdgipbilmbojplopgnkh
공식 URL https://chromewebstore.google.com/detail/tweet-easy-grow-10x-faste/gepbdjbbpedecdgipbilmbojplopgnkh
설명 Generate tweet ideas and improve your tweets in every aspect, grow your audience faster on X/Twitter!
파일 크기 62.68 KB
설치 횟수 109
현재 버전 0.2.0
최근 업데이트 2024-02-28
출시 날짜 2023-12-05
평점 5.00/5 총 5 개의 평점
개발자 Devin Zhang
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://tweeteasy.io
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tweet Easy - Grow 10x Faster",
    "description": "Generate tweet ideas and improve your tweets in every aspect, grow your audience faster on X\/Twitter!",
    "version": "0.2.0",
    "manifest_version": 3,
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-34.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/logo-48.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader-d136641f.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/tweeteasy.io\/*",
                "http:\/\/localhost:3000\/*"
            ],
            "css": [
                "assets\/index-5968578b.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [],
            "resources": [
                "img\/logo-16.png",
                "img\/logo-34.png",
                "img\/logo-48.png",
                "img\/logo-128.png",
                "img\/reload.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "resources": [
                "img\/reload.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "http:\/\/localhost:3000\/*",
                "https:\/\/tweeteasy.io\/*",
                "https:\/\/twitter.com\/*"
            ],
            "resources": [
                "assets\/chunk-e644f3d7.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/tweeteasy.io\/",
        "http:\/\/localhost:3000\/"
    ]
}