Cineplus

A movie info enhancement for your favourite entertainment site.

Qu'est-ce que Cineplus ?

Cineplus est une extension Chrome développée par cineplusapp, et sa fonction principale est "A movie info enhancement for your favourite entertainment site.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Cineplus

Téléchargez les fichiers d'extension Cineplus 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

                        This extension shows you IMDB, Rotten Tomatoes, and Metacritic scores at a glance. Simply hover on any title on Netflix to see its relevant ratings and scores.

We've built a simple side panel that displays information film lovers care about: ratings, numbers of awards, and movie synopsis. Seeing this information quickly helps you decide what to watch with ease!

Install the extension and visit Netflix.com to get started.                    

Informations de Base sur l'Extension

Nom Cineplus Cineplus
ID akbpkfebbgojhhkhhfpdnkciibgpdimi
URL Officiel https://chromewebstore.google.com/detail/cineplus/akbpkfebbgojhhkhhfpdnkciibgpdimi
Description A movie info enhancement for your favourite entertainment site.
Taille du Fichier 583 KB
Nombre d'Installations 131
Version Actuelle 1.0
Dernière Mise à Jour 2014-11-16
Date de Publication 2014-11-15
Évaluation 5.00/5 Total 7 Évaluations
Développeur cineplusapp
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cineplus",
    "description": "A movie info enhancement for your favourite entertainment site.",
    "version": "1.0",
    "icons": {
        "16": "img\/chrome-store\/16-icon.png",
        "48": "img\/chrome-store\/48-icon.png",
        "128": "img\/chrome-store\/128-icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.netflix.com\/WiHome*",
                "https:\/\/www.netflix.com\/WiHome*",
                "http:\/\/www.netflix.com\/WiAgain*",
                "https:\/\/www.netflix.com\/WiAgain*",
                "http:\/\/www.netflix.com\/WiAltGenre*",
                "https:\/\/www.netflix.com\/WiAltGenre*",
                "http:\/\/www.netflix.com\/WiGenre*",
                "https:\/\/www.netflix.com\/WiGenre*",
                "http:\/\/www.netflix.com\/WiSimilarsByViewType*",
                "https:\/\/www.netflix.com\/WiSimilarsByViewType*",
                "http:\/\/www.netflix.com\/search*",
                "https:\/\/www.netflix.com\/search*"
            ],
            "js": [
                "jquery.min.js",
                "flicksplus.js"
            ],
            "css": [
                "flicksplus.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/cinema-bg.jpg",
        "img\/imdb.png",
        "img\/rotten-tomatoes.png",
        "img\/metacritic.png",
        "img\/oscars-icon.png",
        "img\/golden-icon.png",
        "img\/emmys-icon.png",
        "img\/spinner.png",
        "img\/toggler.png",
        "fonts\/opensans-semibold-webfont.eot",
        "fonts\/opensans-semibold-webfont.svg",
        "fonts\/opensans-semibold-webfont.ttf",
        "fonts\/opensans-semibold-webfont.woff",
        "fonts\/opensans-semibold-webfont.woff2",
        "fonts\/opensans-light-webfont.eot",
        "fonts\/opensans-light-webfont.svg",
        "fonts\/opensans-light-webfont.ttf",
        "fonts\/opensans-light-webfont.woff",
        "fonts\/opensans-light-webfont.woff2"
    ]
}