Movie Finder
Find a quality show on popcorn night by checking ratings and scores.
什么是Movie Finder?
Movie Finder是由sallyyuen开发的Chrome扩展程序,该扩展的主要功能是“Find a quality show on popcorn night by checking ratings and scores.”。
扩展截图
下载Movie Finder扩展crx文件
下载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
扩展基本信息
名称 | Movie Finder |
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 } |