Movie Finder
Find a quality show on popcorn night by checking ratings and scores.
Cos'è Movie Finder?
Movie Finder è un'estensione di Chrome sviluppata da sallyyuen, e la sua funzione principale è "Find a quality show on popcorn night by checking ratings and scores.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Movie Finder
Scarica i file di estensione Movie Finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Movie Finder |
ID | bhngldnbfoafkbfmbmogfdjbkhdbmhdh |
URL Ufficiale | https://chromewebstore.google.com/detail/movie-finder/bhngldnbfoafkbfmbmogfdjbkhdbmhdh |
Descrizione | Find a quality show on popcorn night by checking ratings and scores. |
Dimensione del File | 769 KB |
Conteggio Installazioni | 465 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2018-05-19 |
Data di Pubblicazione | 2018-05-19 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | sallyyuen |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |