Movie Finder
Find a quality show on popcorn night by checking ratings and scores.
Was ist Movie Finder?
Movie Finder ist eine Chrome-Erweiterung, die von sallyyuen entwickelt wurde, und ihr Hauptmerkmal ist "Find a quality show on popcorn night by checking ratings and scores.".
Erweiterungsscreenshots
Movie Finder-Erweiterungs-CRX-Datei herunterladen
Laden Sie Movie Finder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Movie Finder |
ID | bhngldnbfoafkbfmbmogfdjbkhdbmhdh |
Offizielle URL | https://chromewebstore.google.com/detail/movie-finder/bhngldnbfoafkbfmbmogfdjbkhdbmhdh |
Beschreibung | Find a quality show on popcorn night by checking ratings and scores. |
Dateigröße | 769 KB |
Installationsanzahl | 465 |
Aktuelle Version | 1.2 |
Letztes Update | 2018-05-19 |
Veröffentlichungsdatum | 2018-05-19 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | sallyyuen |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |