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 } |