IMDb Filters
Extensión para filtrar películas y series en IMDb
IMDb Filtersとは何ですか?
IMDb Filtersはagustinbinciによって開発されたChromeの拡張機能で、その主な機能は「Extensión para filtrar películas y series en IMDb」です。
拡張機能のスクリーンショット
IMDb Filters拡張機能のCRXファイルをダウンロード
IMDb Filters拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
ESPAÑOL: Actualmente IMDb permite aplicar sólo un filtro a la búsqueda de películas y series. Por género. Esta extensión permite filtrar películas y series en IMDb por más de un filtro a la vez, pudiendo filtrar por: 1. Año 2. Rating 3. Votos 4. Duración ENGLISH: Currently IMDb only allows to apply one filter to its search of movies and TV series. By genre. This extension allows to filter movies and TV series in IMDb by more than one filter at the same time. It allows filtering by: 1. Year 2. Rating 3. Votes 4. Runtime
拡張機能の基本情報
名前 | |
ID | pnllgfiggoobpbpagmnmmljjalhjbcke |
公式URL | https://chrome.google.com/webstore/detail/imdb-filters/pnllgfiggoobpbpagmnmmljjalhjbcke |
説明 | Extensión para filtrar películas y series en IMDb |
ファイルサイズ | 406 KB |
インストール数 | 74 |
現在のバージョン | 2.0.0 |
最終更新日 | 2017-07-20 |
公開日 | 2017-07-20 |
評価 | 5.00/5 合計 9 レビュー |
開発者 | agustinbinci |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/KL44S/IMDbFilters |
対応言語 | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IMDb Filters", "manifest_version": 2, "version": "2.0.0", "short_name": "IMDb Filters", "icons": { "48": "images\/imdb-sm.png", "128": "images\/imdb-lg.png" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "storage" ], "description": "Extensi\u00f3n para filtrar pel\u00edculas y series en IMDb", "content_scripts": [ { "js": [ "contentScript.min.js" ], "matches": [ "http:\/\/www.imdb.com\/*" ] } ], "web_accessible_resources": [ "imdbFilter.min.js" ] } |