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 |
官方網址 | 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" ] } |