Netflix Wrapped

Netflix Wrapped - your 2020 watch history summarized

Wat is Netflix Wrapped?

Netflix Wrapped is een Chrome-extensie ontwikkeld door Maanav Garg, en de belangrijkste functie is "Netflix Wrapped - your 2020 watch history summarized".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Netflix Wrapped

Download Netflix Wrapped-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

                        Netflix Wrapped - your 2020 watch history summarized and displayed in a concise dashboard. 

Instructions:
1. Open up Netflix and log into your account
2. Head over to your viewing activity page via netflix.com/viewingactivity
3. Click on the Netflix Wrapped extension on your toolbar and simply click the WRAPPED button
Now just give it a minute or so (depending on how much Netflix you watch) and your Netflix Wrapped dashboard will (should) open up.

This extension is not created by or affiliated with Netflix in any way.                    

Basisinformatie over de Extensie

Naam Netflix Wrapped Netflix Wrapped
ID febagoadhbiohapfajddknchglmidhfb
Officiële URL https://chromewebstore.google.com/detail/netflix-wrapped/febagoadhbiohapfajddknchglmidhfb
Beschrijving Netflix Wrapped - your 2020 watch history summarized
Bestandsgrootte 132 KB
Aantal Installaties 390
Huidige Versie 1.5
Laatst Bijgewerkt 2021-01-20
Publicatiedatum 2021-01-20
Beoordeling 5.00/5 Totaal 14 Beoordelingen
Ontwikkelaar Maanav Garg
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Maanav-G/Netflix-Wrapped
URL van de Privacybeleid Pagina https://github.com/Maanav-G/Netflix-Wrapped/tree/main/privacy-policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netflix Wrapped",
    "description": "Netflix Wrapped - your 2020 watch history summarized",
    "version": "1.5",
    "icons": {
        "16": "files\/icon16.png",
        "48": "files\/icon48.png",
        "128": "files\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/viewingactivity"
            ],
            "js": [
                "utils\/utils.js",
                "utils\/charts.js",
                "utils\/data.js",
                "utils\/loader.js"
            ],
            "css": [],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "inject.js",
            "dashboard.html",
            "utils\/utils.js",
            "utils\/charts.js",
            "utils\/data.js",
            "utils\/loader.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Netflix Wrapped",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "inject.js",
        "dashboard.html",
        "utils\/utils.js",
        "utils\/charts.js",
        "utils\/data.js",
        "utils\/loader.js"
    ],
    "permissions": [
        "activeTab"
    ]
}