UWatcher: Netflix wrapped 2023

Extension analyzes your Netflix watching history and creates personalized statistics dashboard.

ما هو UWatcher: Netflix wrapped 2023؟

UWatcher: Netflix wrapped 2023 هو إضافة Chrome تم تطويرها بواسطة uwatcher.app، والميزة الرئيسية لها هي "Extension analyzes your Netflix watching history and creates personalized statistics dashboard.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة UWatcher: Netflix wrapped 2023

قم بتنزيل ملفات الامتداد UWatcher: Netflix wrapped 2023 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        How much time do you spend on Netflix? 
Are you more of a movie connoisseur or a TV series addict?

If you love charts, movies, or both – this extension is for you!

UWatcher analyzes your Netflix viewing history and generates a personalized statistics dashboard.

How to get your stats:
1. Add UWatcher to Chrome.
2. Sign in to your Netflix account.
3. Go to your installed extensions (a jigsaw puzzle piece icon on Chrome’s top right corner.)
4. Find UWatcher and click on its icon to get redirected to your dashboard.
5. Dive into your personalized watching stats! Please note that, depending on your watching history, it may take up to a few minutes to load your data.

Get your streaming in a pill:
⭐most watched TV shows,
⭐average time spent watching,
⭐movies versus TV series percentage, compared to the global stats,
⭐favorite watching days and hours

Show your stats to the world using a unique shareable link.


***Disclaimer: All product and company names are trademarks or registered trademarks of their respective holders. This extension holds no association or affiliation with them or any third-party companies.***                    

معلومات أساسية عن التمديد

الاسم UWatcher: Netflix wrapped 2023 UWatcher: Netflix wrapped 2023
ID hbollacomedkfhcengpihdoccgilniif
عنوان URL الرسمي https://chromewebstore.google.com/detail/uwatcher-netflix-wrapped/hbollacomedkfhcengpihdoccgilniif
الوصف Extension analyzes your Netflix watching history and creates personalized statistics dashboard.
حجم الملف 6.6 MB
عدد التثبيتات 6,150
النسخة الحالية 1.1.6
آخر تحديث 2023-12-29
تاريخ النشر 2020-12-15
تقييم 3.98/5 مجموع تقييمات 89
المطور uwatcher.app
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://uwatcher.app/
عنوان صفحة سياسة الخصوصية https://uwatcher.app/privacy_policy_WS
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UWatcher: Netflix wrapped 2023",
    "version": "1.1.6",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhxpSdIu7qQwAoIMq72bg7ZZscbyx3Sz8HWlTbqvvT+jjEcOI0clnwSoQfsL1PCCuVAuj25dEVWL7x+Q1fjEGVk\/rFizbw2wY4XQNTsQ0V9S1loVdm56qCti\/fMaj84zliOlpPQOtg+lpCRbZmkrdwsc9v9\/2o6Vy0LFkxOKL2sl2bBhyIOotbyNhzRcAjXaDtSvuRHaokjuiwHhAazU89EcDTN2PoPUifMfRTRhUKDOjHFaPUvlit0CU40Mj3bqLiUV1g6H31cqsGTDdN2O\/QxY1ErjLDIWCdtZKPgNK3KeOwmYJfNf2ugIT1avvyKyQrOAjTu1WNAOsXkEnLo8g3QIDAQAB",
    "description": "Extension analyzes your Netflix watching history and creates personalized statistics dashboard.",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.amazon.co.jp\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.apple.com\/*",
        "*:\/\/*.bamgrid.com\/*",
        "*:\/\/*.disneyplus.com\/*",
        "*:\/\/*.hbo.com\/*",
        "*:\/\/*.hbomax.com\/*",
        "*:\/\/*.max.com\/*",
        "*:\/\/*.hulu.com\/*",
        "*:\/\/*.netflix.com\/*",
        "*:\/\/*.paramountplus.com\/*",
        "*:\/\/*.peacocktv.com\/*",
        "*:\/\/*.primevideo.com\/*",
        "*:\/\/*.tubitv.com\/*",
        "*:\/\/*.pluto.tv\/*",
        "*:\/\/*.uwatcher.app\/*",
        "*:\/\/ip-api.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.uwatcher.app\/*",
                "http:\/\/localhost:9082\/*"
            ],
            "js": [
                "utils\/common.js",
                "utils\/waitForElm.js",
                "utils\/uwatcherApp.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.netflix.com\/settings\/viewed?stats=true",
                "https:\/\/www.netflix.com\/browse\/my-list",
                "https:\/\/play.hbomax.com\/*",
                "https:\/\/*.max.com\/*",
                "https:\/\/www.netflix.com\/*"
            ],
            "js": [
                "vendor\/lodash.min.js",
                "vendor\/json2csv.min.js",
                "vendor\/jquery.min.js",
                "vendor\/purify.min.js",
                "vendor\/chart.min.js",
                "utils\/DaysMonthsConst.js",
                "utils\/waitForElm.js",
                "utils\/template.js",
                "utils\/loader.js",
                "utils\/db.js",
                "utils\/activity.js",
                "utils\/stats.js",
                "utils\/format.js",
                "utils\/debug.js",
                "utils\/globalStats.js",
                "utils\/charts.js",
                "utils\/mylist.js",
                "utils\/copybtns.js",
                "utils\/netflixProfileTracker.js",
                "utils\/notification.js",
                "dashboard\/dashboard.js",
                "dashboard\/hbomax.js",
                "dashboard\/uwatcher.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.netflix.com\/settings\/viewed?stats=true"
            ],
            "css": [
                "styles\/styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dashboard\/dashboard.html",
                "empty.html",
                "error.html",
                "fonts\/*",
                "images\/*",
                "utils\/*"
            ],
            "matches": [
                "https:\/\/*.netflix.com\/*"
            ]
        },
        {
            "resources": [
                "dashboard\/dashboard.html",
                "hbomaxstats.html",
                "hbomaxempty.html",
                "fonts\/*",
                "images\/*"
            ],
            "matches": [
                "https:\/\/*.hbomax.com\/*",
                "https:\/\/*.max.com\/*"
            ]
        },
        {
            "resources": [
                "fonts\/*"
            ],
            "matches": [
                "https:\/\/*.uwatcher.app\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background\/background.js"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        }
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    }
}