Movie Finder
Find a quality show on popcorn night by checking ratings and scores.
Apa itu Movie Finder?
Movie Finder adalah ekstensi Chrome yang dikembangkan oleh sallyyuen, dan fitur utamanya adalah "Find a quality show on popcorn night by checking ratings and scores.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Movie Finder
Unduh file ekstensi Movie Finder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Movie Finder |
ID | bhngldnbfoafkbfmbmogfdjbkhdbmhdh |
URL Resmi | https://chromewebstore.google.com/detail/movie-finder/bhngldnbfoafkbfmbmogfdjbkhdbmhdh |
Deskripsi | Find a quality show on popcorn night by checking ratings and scores. |
Ukuran File | 769 KB |
Jumlah Instalasi | 465 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2018-05-19 |
Tanggal Publikasi | 2018-05-19 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | sallyyuen |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |