Ugly Duckling

Making Twitter Analytics pretty and easy to share.

What is Ugly Duckling?

Ugly Duckling is a Chrome extension developed by https://uglyduckling.app, and its main feature is "Making Twitter Analytics pretty and easy to share.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Ugly Duckling Extension CRX File

Download Ugly Duckling extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Ugly Duckling Ugly Duckling
ID oclgmkadgjmadlmmdbolhbdbnamhjalo
Official URL https://chromewebstore.google.com/detail/ugly-duckling/oclgmkadgjmadlmmdbolhbdbnamhjalo
Description Making Twitter Analytics pretty and easy to share.
File Size 158 KB
Installation Count 142
Current Version 1.2.0
Last Updated 2023-06-20
Publish Date 2023-05-21
Rating 5.00/5 Total 5 Ratings
Developer https://uglyduckling.app
Email [email protected]
Payment Type in_app
Supported Languages 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"
            ]
        }
    ]
}