Ugly Duckling

Making Twitter Analytics pretty and easy to share.

Что такое Ugly Duckling?

Ugly Duckling - это расширение Chrome, разработанное https://uglyduckling.app, и его основная функция - "Making Twitter Analytics pretty and easy to share.".

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

screenshot
screenshot
screenshot

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

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

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

                        After the changes in the Twitter API pricing, many tools that many of us used almost daily disappeared from the market (almost) overnight.

Many of us have returned to using Twitter's free analytics, but it has two main issues:

1. It is inconvenient to scroll just to compare the last few months.
2. It is ugly.

This extension attempts to solve these two problems.                    

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

Название Ugly Duckling Ugly Duckling
ID oclgmkadgjmadlmmdbolhbdbnamhjalo
Официальный URL https://chromewebstore.google.com/detail/ugly-duckling/oclgmkadgjmadlmmdbolhbdbnamhjalo
Описание Making Twitter Analytics pretty and easy to share.
Размер файла 158 KB
Количество установок 142
Текущая Версия 1.2.0
Последнее Обновление 2023-06-20
Дата публикации 2023-05-21
Рейтинг 5.00/5 Всего 5 оценок
Разработчик https://uglyduckling.app
Электронная почта [email protected]
Тип оплаты in_app
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ugly Duckling",
    "description": "Making Twitter Analytics pretty and easy to share.",
    "version": "1.2.0",
    "icons": {
        "128": "icons\/icon_128.png",
        "256": "icons\/icon_256.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.analytics.twitter.com\/user\/*\/home"
            ],
            "run_at": "document_idle",
            "js": [
                "assets\/contentScript-8c27267f.js"
            ]
        }
    ]
}