Cineplus

A movie info enhancement for your favourite entertainment site.

Co to jest Cineplus?

Cineplus to rozszerzenie Chrome opracowane przez cineplusapp, a jego główną funkcją jest „A movie info enhancement for your favourite entertainment site.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Cineplus

Pobierz pliki rozszerzeń Cineplus w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Cineplus Cineplus
ID akbpkfebbgojhhkhhfpdnkciibgpdimi
Oficjalny URL https://chromewebstore.google.com/detail/cineplus/akbpkfebbgojhhkhhfpdnkciibgpdimi
Opis A movie info enhancement for your favourite entertainment site.
Rozmiar pliku 583 KB
Liczba instalacji 131
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-11-16
Data Publikacji 2014-11-15
Ocena 5.00/5 Łącznie 7 Oceny
Deweloper cineplusapp
Typ Płatności free
Obsługiwane Języki 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"
    ]
}