Movie Finder

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

Hvad er Movie Finder?

Movie Finder er en Chrome-udvidelse udviklet af sallyyuen, og dens hovedfunktion er "Find a quality show on popcorn night by checking ratings and scores.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Movie Finder-udvidelses-CRX-fil

Download Movie Finder-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Movie Finder Movie Finder
ID bhngldnbfoafkbfmbmogfdjbkhdbmhdh
Officiel URL https://chromewebstore.google.com/detail/movie-finder/bhngldnbfoafkbfmbmogfdjbkhdbmhdh
Beskrivelse Find a quality show on popcorn night by checking ratings and scores.
Filstørrelse 769 KB
Antal Installationer 465
Nuværende Version 1.2
Senest Opdateret 2018-05-19
Udgivelsesdato 2018-05-19
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler sallyyuen
Betalingsmetode free
Understøttede Sprog 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
}