Movie Finder
Find a quality show on popcorn night by checking ratings and scores.
Co to jest Movie Finder?
Movie Finder to rozszerzenie Chrome opracowane przez sallyyuen, a jego główną funkcją jest „Find a quality show on popcorn night by checking ratings and scores.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Movie Finder
Pobierz pliki rozszerzeń Movie Finder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bhngldnbfoafkbfmbmogfdjbkhdbmhdh |
| Oficjalny URL | https://chromewebstore.google.com/detail/movie-finder/bhngldnbfoafkbfmbmogfdjbkhdbmhdh |
| Opis | Find a quality show on popcorn night by checking ratings and scores. |
| Rozmiar pliku | 769 KB |
| Liczba instalacji | 465 |
| Aktualna Wersja | 1.2 |
| Ostatnia Aktualizacja | 2018-05-19 |
| Data Publikacji | 2018-05-19 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | sallyyuen |
| Typ Płatności | free |
| Obsługiwane Języki | 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
} | |