IMDb Filters

Extensión para filtrar películas y series en IMDb

What is IMDb Filters?

IMDb Filters is a Chrome extension developed by agustinbinci, and its main feature is "Extensión para filtrar películas y series en IMDb".

Extension Screenshots

screenshot
screenshot

Download IMDb Filters Extension CRX File

Download IMDb Filters extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name IMDb Filters IMDb Filters
ID pnllgfiggoobpbpagmnmmljjalhjbcke
Official URL https://chrome.google.com/webstore/detail/imdb-filters/pnllgfiggoobpbpagmnmmljjalhjbcke
Description Extensión para filtrar películas y series en IMDb
File Size 406 KB
Installation Count 74
Current Version 2.0.0
Last Updated 2017-07-20
Publish Date 2017-07-20
Rating 5.00/5 Total 9 Ratings
Developer agustinbinci
Payment Type free
Extension Website https://github.com/KL44S/IMDbFilters
Supported Languages 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"
    ]
}