Movie Finder

Find a quality show on popcorn night by checking ratings and scores.

Wat is Movie Finder?

Movie Finder is een Chrome-extensie ontwikkeld door sallyyuen, en de belangrijkste functie is "Find a quality show on popcorn night by checking ratings and scores.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Movie Finder

Download Movie Finder-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 makes it quick and easy to find the general consensus about a film or a show.

Type in the title and get available IMDb, Rotten Tomatoes, and Metacritic scores. 

Requires no permissions. Uses the OMDb API. Icon made by Freepik from www.flaticon.com                    

Basisinformatie over de Extensie

Naam Movie Finder Movie Finder
ID bhngldnbfoafkbfmbmogfdjbkhdbmhdh
Officiële URL https://chromewebstore.google.com/detail/movie-finder/bhngldnbfoafkbfmbmogfdjbkhdbmhdh
Beschrijving Find a quality show on popcorn night by checking ratings and scores.
Bestandsgrootte 769 KB
Aantal Installaties 465
Huidige Versie 1.2
Laatst Bijgewerkt 2018-05-19
Publicatiedatum 2018-05-19
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar sallyyuen
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Movie Finder",
    "version": "1.2",
    "description": "Find a quality show on popcorn night by checking ratings and scores.",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/popcorn16.png",
            "32": "images\/popcorn32.png",
            "48": "images\/popcorn48.png",
            "128": "images\/popcorn128.png"
        }
    },
    "icons": {
        "16": "images\/popcorn16.png",
        "32": "images\/popcorn32.png",
        "48": "images\/popcorn48.png",
        "128": "images\/popcorn128.png"
    },
    "manifest_version": 2
}