Movie Finder

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

What is Movie Finder?

Movie Finder is a Chrome extension developed by sallyyuen, and its main feature is "Find a quality show on popcorn night by checking ratings and scores.".

Extension Screenshots

screenshot
screenshot

Download Movie Finder Extension CRX File

Download Movie Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Movie Finder Movie Finder
ID bhngldnbfoafkbfmbmogfdjbkhdbmhdh
Official URL https://chromewebstore.google.com/detail/movie-finder/bhngldnbfoafkbfmbmogfdjbkhdbmhdh
Description Find a quality show on popcorn night by checking ratings and scores.
File Size 769 KB
Installation Count 465
Current Version 1.2
Last Updated 2018-05-19
Publish Date 2018-05-19
Rating 5.00/5 Total 1 Ratings
Developer sallyyuen
Payment Type free
Supported Languages 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
}