Movie Finder

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

Qu'est-ce que Movie Finder ?

Movie Finder est une extension Chrome développée par sallyyuen, et sa fonction principale est "Find a quality show on popcorn night by checking ratings and scores.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Movie Finder

Téléchargez les fichiers d'extension Movie Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Movie Finder Movie Finder
ID bhngldnbfoafkbfmbmogfdjbkhdbmhdh
URL Officiel https://chromewebstore.google.com/detail/movie-finder/bhngldnbfoafkbfmbmogfdjbkhdbmhdh
Description Find a quality show on popcorn night by checking ratings and scores.
Taille du Fichier 769 KB
Nombre d'Installations 465
Version Actuelle 1.2
Dernière Mise à Jour 2018-05-19
Date de Publication 2018-05-19
Évaluation 5.00/5 Total 1 Évaluations
Développeur sallyyuen
Type de Paiement free
Langues Prises en Charge 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
}