IMDb Filters

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

Wat is IMDb Filters?

IMDb Filters is een Chrome-extensie ontwikkeld door agustinbinci, en de belangrijkste functie is "Extensión para filtrar películas y series en IMDb".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie IMDb Filters

Download IMDb Filters-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam IMDb Filters IMDb Filters
ID pnllgfiggoobpbpagmnmmljjalhjbcke
Officiële URL https://chrome.google.com/webstore/detail/imdb-filters/pnllgfiggoobpbpagmnmmljjalhjbcke
Beschrijving Extensión para filtrar películas y series en IMDb
Bestandsgrootte 406 KB
Aantal Installaties 74
Huidige Versie 2.0.0
Laatst Bijgewerkt 2017-07-20
Publicatiedatum 2017-07-20
Beoordeling 5.00/5 Totaal 9 Beoordelingen
Ontwikkelaar agustinbinci
Betalingswijze free
Extensiewebsite https://github.com/KL44S/IMDbFilters
Ondersteunde Talen 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"
    ]
}