Ugly Duckling

Making Twitter Analytics pretty and easy to share.

Wat is Ugly Duckling?

Ugly Duckling is een Chrome-extensie ontwikkeld door https://uglyduckling.app, en de belangrijkste functie is "Making Twitter Analytics pretty and easy to share.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Ugly Duckling

Download Ugly Duckling-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Ugly Duckling Ugly Duckling
ID oclgmkadgjmadlmmdbolhbdbnamhjalo
Officiële URL https://chromewebstore.google.com/detail/ugly-duckling/oclgmkadgjmadlmmdbolhbdbnamhjalo
Beschrijving Making Twitter Analytics pretty and easy to share.
Bestandsgrootte 158 KB
Aantal Installaties 142
Huidige Versie 1.2.0
Laatst Bijgewerkt 2023-06-20
Publicatiedatum 2023-05-21
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar https://uglyduckling.app
E-mail [email protected]
Betalingswijze in_app
Ondersteunde Talen 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"
            ]
        }
    ]
}