Netflix Plus

Enhance netflix with imdb ratings and trailers. It just works.

Was ist Netflix Plus?

Netflix Plus ist eine Chrome-Erweiterung, die von viralmedialtds entwickelt wurde, und ihr Hauptmerkmal ist "Enhance netflix with imdb ratings and trailers. It just works.".

Erweiterungsscreenshots

screenshot
screenshot

Netflix Plus-Erweiterungs-CRX-Datei herunterladen

Laden Sie Netflix Plus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        If you're reading this description, it means that you went through all the list of extensions that look for IMDB ratings of Netflix movies and tv shows and realised that none of the actually work. Well, I went through the same experience and decided to create one that just works and is up and running 24/7.

If you do find anything weird or have any suggestions do let me know.                    

Grundlegende Informationen zur Erweiterung

Name Netflix Plus Netflix Plus
ID gighcjbhfoddlkgakhdbhpbkfnlphenk
Offizielle URL https://chrome.google.com/webstore/detail/netflix-plus/gighcjbhfoddlkgakhdbhpbkfnlphenk
Beschreibung Enhance netflix with imdb ratings and trailers. It just works.
Dateigröße 282 KB
Installationsanzahl 12,359
Aktuelle Version 1.11.0
Letztes Update 2022-09-23
Veröffentlichungsdatum 2019-12-24
Bewertung 3.38/5 Insgesamt 55 Bewertungen
Entwickler viralmedialtds
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://docs.google.com/document/d/e/2PACX-1vTn_TC1AD_eZEL3hd81oxCISKskBJSktMnFpJX72all6cUvqGpmJQ_erM3eKhc4lxGuTy_8t1NaGJun/pub
Unterstützte Sprachen en
manifest.json
{
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ],
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "Enhance netflix with imdb ratings and trailers. It just works.",
    "homepage_url": "https:\/\/ignaciorivas.me",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2,
    "name": "Netflix Plus",
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "background",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "page_action": {
        "default_title": "kaka"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.11.0"
}