IMDb TV Series Chart
IMDb TV Series Chart
IMDb TV Series Chartとは何ですか?
IMDb TV Series Chartはbrainexerによって開発されたChromeの拡張機能で、その主な機能は「IMDb TV Series Chart」です。
拡張機能のスクリーンショット
IMDb TV Series Chart拡張機能のCRXファイルをダウンロード
IMDb TV Series Chart拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With this extension it is possible to view imdb tv show expisode ratings on chart
拡張機能の基本情報
名前 | IMDb TV Series Chart |
ID | iallhoomcfnppkafmgoncnabadhknhjb |
公式URL | https://chromewebstore.google.com/detail/imdb-tv-series-chart/iallhoomcfnppkafmgoncnabadhknhjb |
説明 | IMDb TV Series Chart |
ファイルサイズ | 137 KB |
インストール数 | 404 |
現在のバージョン | 0.9 |
最終更新日 | 2023-09-30 |
公開日 | 2018-07-07 |
評価 | 5.00/5 合計 10 レビュー |
開発者 | brainexer |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IMDb TV Series Chart", "description": "IMDb TV Series Chart", "version": "0.9", "icons": { "48": "icon_48.png", "96": "icon_96.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.imdb.com\/*" ], "js": [ "js\/vendor.js", "js\/content_script.js" ], "css": [ "css\/jquery.modal.min.css", "css\/style.css" ] } ], "permissions": [ "https:\/\/www.imdb.com\/*" ] } |