IMDB (Unofficial)

This is a chrome extension which makes users to get info about a movie right in their browser(chrome)

IMDB (Unofficial)とは何ですか?

IMDB (Unofficial)はSunny Jhunjhunwalaによって開発されたChromeの拡張機能で、その主な機能は「This is a chrome extension which makes users to get info about a movie right in their browser(chrome)」です。

拡張機能のスクリーンショット

screenshot

IMDB (Unofficial)拡張機能のCRXファイルをダウンロード

IMDB (Unofficial)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This chrome extension helps you to quickly find more details about movies like Imdb rating, small description etc without the need of going to IMDB.com or leaving your browser tab.

Type movie name and hit enter or click on search to get movie or serial details, incase of movies with same names but different year, accompany the title with year also to target the correct film.

This is not a official product from IMDB and this extension is using OMDB API (http://www.omdbapi.com/).

All content included on this extension, such as text, logos etc are properties of their respective companies.                    

拡張機能の基本情報

名前 IMDB (Unofficial) IMDB (Unofficial)
ID jjklpjnbopcmdeleflmpcpjeleccgmlh
公式URL https://chromewebstore.google.com/detail/imdb-unofficial/jjklpjnbopcmdeleflmpcpjeleccgmlh
説明 This is a chrome extension which makes users to get info about a movie right in their browser(chrome)
ファイルサイズ 105 KB
インストール数 89
現在のバージョン 1.2.0
最終更新日 2020-02-09
公開日 2020-02-09
評価 3.33/5 合計 3 レビュー
開発者 Sunny Jhunjhunwala
支払い方法 free
拡張機能のウェブサイト https://sunnyjhunjhunwala.com/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IMDB (Unofficial)",
    "description": "This is a chrome extension which makes users to get info about a movie right in their browser(chrome)",
    "version": "1.2.0",
    "permissions": [
        "http:\/\/www.omdbapi.com\/"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "app\/imdb.html"
    },
    "icons": {
        "19": "icon.png",
        "48": "icon-medium.png",
        "128": "icon-big.png"
    }
}