Tweetspear

Build and grow your own quality audience on Twitter(X)

Что такое Tweetspear?

Tweetspear - это расширение Chrome, разработанное https://tweetspear.com, и его основная функция - "Build and grow your own quality audience on Twitter(X)".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Tweetspear

Скачайте файлы расширений Tweetspear в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        💬 Tweetspear is designed to redefine the way you interact with your Twitter audience. Made with passion - Tweetspear is not just a tool, it's your personal Twitter assistant that works relentlessly to grow your quality Twitter audience!

🎯 WHO IS IT FOR?
Whether you're a Twitter newbie or a seasoned user, an influencer or a business owner, if you're looking to grow your Twitter (X) audience, Tweetspear is for you!

✨ KEY FEATURES:

📈 Analytics: 
Get insights about your engagement behavior, also track your follower grow.

🚀 Replier: 
Get ready to increase your interactions! Our tool helps you draft quick, customizable, and impactful replies. Engage with your audience in a way that feels personal, relevant, and highly engaging!

🌀 Follow Circles:
Now, connecting with your favorite profiles and keeping up with their recent tweet updates has never been easier. With Follow Circles, you can curate a group of profiles that matter most to you and consolidate their latest tweets into a single feed.

📅 Scheduler: 
Craft your tweets and threads at your own pace, and let our Scheduler take care of posting them at the right time. Acting like a wrapper on the top of Twitter. What's more? You can tag and organize your tweets for easy access and management!

💡 Content Idea Generator:
Never run out of content ideas anymore! Our Content Idea Generator tool generates unlimited, audience-focused content ideas, giving you fresh angles and approaches every time!

🔥 WHY TWEETSPEAR?
Here's why you'll love it:

🌟 A Custom-fitted Twitter Journey: Tweetspear delivers an experience unique to your Twitter account's needs and objectives. It's more than just an extension, it's a personalized assistant committed to enhancing your presence and engagement on the platform.

🌟 Simplified Content Management: Our Scheduler and Content Idea Generator make it easy to plan and deliver your Twitter content strategies. Share the right content at the right moment for optimal reach and engagement.

🌟 Efficient Audience Interaction: Better communication leads to stronger connections. Our smart Replier and Follow Circles foster easier and more efficient dialogue with your followers, ensuring productive and fulfilling Twitter interactions.

So what are you waiting for? Let grow your Twitter account together! 🎉                    

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

Название Tweetspear Tweetspear
ID ckccfhalfopocgcikodjeicjhndjmblh
Официальный URL https://chromewebstore.google.com/detail/tweetspear/ckccfhalfopocgcikodjeicjhndjmblh
Описание Build and grow your own quality audience on Twitter(X)
Размер файла 885 KB
Количество установок 73
Текущая Версия 2.6.1
Последнее Обновление 2023-12-10
Дата публикации 2023-01-18
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://tweetspear.com
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://tweetspear.com
URL страницы помощи https://tweetspear.com/faqs
URL страницы политики конфиденциальности https://tweetspear.com/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tweetspear",
    "version": "2.6.1",
    "description": "Build and grow your own quality audience on Twitter(X)",
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon.png"
    },
    "author": "[email protected]",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "permissions": [
        "activeTab",
        "storage",
        "alarms",
        "tabs",
        "webRequest",
        "declarativeNetRequest"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle17021490843.chunk.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon.png",
                "dashboard.png",
                "src\/pages\/interceptor\/index.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.twitter.com\/",
        "*:\/\/*.openai.com\/",
        "*:\/\/*.mixpanel.com\/",
        "https:\/\/tweetspear.com\/"
    ],
    "commands": {
        "open-popup": {
            "description": "Open App modal",
            "suggested_key": {
                "chromeos": "Alt+L",
                "linux": "Alt+L",
                "mac": "Alt+L",
                "windows": "Alt+L"
            }
        }
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyCd+hjoeoPfUjwOGYyq23SJ6hvKqY8OWU\/e+\/V4grz0HpFMZ8vm9vxBFC6kEZgBg\/D9xfkXdwEjGv0Q9ElT2j0nyXfZ8kGio3uANJ+pA1+4q0xd1tSkCrLoYVjaGAQYFT2Qrzh7xGmda\/p5l+T\/tIQLsu9tVnZYHsMwmLA2IqRYf3IgM0mrlLn1mS3oTMFkRXGNkLzvcWc\/EfIkkTdbFWMCS4cLdcs7SlCVWcMyDPzeYLXGzLKj6Qa\/Xp7Sgk54a3cuuxo\/DG\/h2H67JHfOxnxykhHZWv5tw07TgHbkfil76OBxkHt66trR2gvfwCVd46Uc\/q+eYN1viWeQ20iaYJQIDAQAB"
}