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