Cineplus
A movie info enhancement for your favourite entertainment site.
Wat is Cineplus?
Cineplus is een Chrome-extensie ontwikkeld door cineplusapp, en de belangrijkste functie is "A movie info enhancement for your favourite entertainment site.".
Extensie Screenshots
Download het CRX-bestand van de extensie Cineplus
Download Cineplus-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
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.
Basisinformatie over de Extensie
Naam | Cineplus |
ID | akbpkfebbgojhhkhhfpdnkciibgpdimi |
Officiële URL | https://chromewebstore.google.com/detail/cineplus/akbpkfebbgojhhkhhfpdnkciibgpdimi |
Beschrijving | A movie info enhancement for your favourite entertainment site. |
Bestandsgrootte | 583 KB |
Aantal Installaties | 131 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-11-16 |
Publicatiedatum | 2014-11-15 |
Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | cineplusapp |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |