Tweet Easy - Grow 10x Faster

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

¿Qué es Tweet Easy - Grow 10x Faster?

Tweet Easy - Grow 10x Faster es una extensión de Chrome desarrollada por Devin Zhang, y su función principal es "Generate tweet ideas and improve your tweets in every aspect, grow your audience faster on X/Twitter!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Tweet Easy - Grow 10x Faster

Descarga archivos de extensión Tweet Easy - Grow 10x Faster en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Tweet Easy - Grow 10x Faster Tweet Easy - Grow 10x Faster
ID gepbdjbbpedecdgipbilmbojplopgnkh
URL Oficial https://chromewebstore.google.com/detail/tweet-easy-grow-10x-faste/gepbdjbbpedecdgipbilmbojplopgnkh
Descripción Generate tweet ideas and improve your tweets in every aspect, grow your audience faster on X/Twitter!
Tamaño del Archivo 62.68 KB
Cantidad de Instalaciones 109
Versión Actual 0.2.0
Última Actualización 2024-02-28
Fecha de Publicación 2023-12-05
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador Devin Zhang
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://tweeteasy.io
Idiomas Soportados 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\/"
    ]
}