Movie Finder

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

Co je Movie Finder?

Movie Finder je rozšíření Chrome vyvinuté sallyyuen, a jeho hlavní funkcí je „Find a quality show on popcorn night by checking ratings and scores.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Movie Finder

Stáhněte si soubory rozšíření Movie Finder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Movie Finder Movie Finder
ID bhngldnbfoafkbfmbmogfdjbkhdbmhdh
Oficiální URL https://chromewebstore.google.com/detail/movie-finder/bhngldnbfoafkbfmbmogfdjbkhdbmhdh
Popis Find a quality show on popcorn night by checking ratings and scores.
Velikost souboru 769 KB
Počet instalací 465
Aktuální Verze 1.2
Poslední Aktualizace 2018-05-19
Datum Vydání 2018-05-19
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář sallyyuen
Typ Platby free
Podporované Jazyky 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
}