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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}