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 擴展基本資訊
| 名稱 | |
| ID | bhngldnbfoafkbfmbmogfdjbkhdbmhdh |
| 官方網址 | 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
} | |