Movie Finder
Find a quality show on popcorn night by checking ratings and scores.
Что такое Movie Finder?
Movie Finder - это расширение Chrome, разработанное sallyyuen, и его основная функция - "Find a quality show on popcorn night by checking ratings and scores.".
Снимки экрана расширения
Скачать файл CRX расширения Movie Finder
Скачайте файлы расширений Movie Finder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | bhngldnbfoafkbfmbmogfdjbkhdbmhdh |
| Официальный URL | https://chromewebstore.google.com/detail/movie-finder/bhngldnbfoafkbfmbmogfdjbkhdbmhdh |
| Описание | Find a quality show on popcorn night by checking ratings and scores. |
| Размер файла | 769 KB |
| Количество установок | 465 |
| Текущая Версия | 1.2 |
| Последнее Обновление | 2018-05-19 |
| Дата публикации | 2018-05-19 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | sallyyuen |
| Тип оплаты | free |
| Поддерживаемые языки | 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
} | |