Tweeter

Tweeting made easy.

Co je Tweeter?

Tweeter je rozšíření Chrome vyvinuté Zeeg, a jeho hlavní funkcí je „Tweeting made easy.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Tweeter

Stáhněte si soubory rozšíření Tweeter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Elevate your Twitter game with the Tweeter! With just a few clicks, generate personalized and engaging tweets, threads and direct messages based on your chosen tone and topic.

1️⃣ Install the Tweeter extension.
2️⃣ Open twitter.com or tweetdeck.twitter.com
3️⃣ Click on the Tweeter extension logo
✅ Create professional and engaging content for your followers. 

Try it out now and stand out on Twitter!                    

Základní Informace o Rozšíření

Název Tweeter Tweeter
ID piecblhgbbgfcnpkngkjdgemalmgallo
Oficiální URL https://chromewebstore.google.com/detail/tweeter/piecblhgbbgfcnpkngkjdgemalmgallo
Popis Tweeting made easy.
Velikost souboru 72.25 KB
Počet instalací 342
Aktuální Verze 0.40
Poslední Aktualizace 2023-03-30
Datum Vydání 2023-02-07
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Zeeg
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tweeter",
    "description": "Tweeting made easy.",
    "version": "0.40",
    "action": {
        "default_icon": {
            "16": "assets\/icons\/icon-16.png",
            "32": "assets\/icons\/icon-32.png",
            "48": "assets\/icons\/icon-48.png",
            "128": "assets\/icons\/icon-128.png"
        },
        "default_title": "Tweeter"
    },
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "32": "assets\/icons\/icon-32.png",
        "48": "assets\/icons\/icon-48.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/tweetdeck.twitter.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/extensions.zeeg.me\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "assets\/icons\/icon-32.png",
                "icon-32.png"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/tweetdeck.twitter.com\/*"
            ]
        }
    ]
}