Netflix Plus

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

Qu'est-ce que Netflix Plus ?

Netflix Plus est une extension Chrome développée par viralmedialtds, et sa fonction principale est "Enhance netflix with imdb ratings and trailers. It just works.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Netflix Plus

Téléchargez les fichiers d'extension Netflix Plus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Netflix Plus Netflix Plus
ID gighcjbhfoddlkgakhdbhpbkfnlphenk
URL Officiel https://chrome.google.com/webstore/detail/netflix-plus/gighcjbhfoddlkgakhdbhpbkfnlphenk
Description Enhance netflix with imdb ratings and trailers. It just works.
Taille du Fichier 282 KB
Nombre d'Installations 12,359
Version Actuelle 1.11.0
Dernière Mise à Jour 2022-09-23
Date de Publication 2019-12-24
Évaluation 3.38/5 Total 55 Évaluations
Développeur viralmedialtds
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/e/2PACX-1vTn_TC1AD_eZEL3hd81oxCISKskBJSktMnFpJX72all6cUvqGpmJQ_erM3eKhc4lxGuTy_8t1NaGJun/pub
Langues Prises en Charge 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"
}