IMDb Filters
Extensión para filtrar películas y series en IMDb
Co to jest IMDb Filters?
IMDb Filters to rozszerzenie Chrome opracowane przez agustinbinci, a jego główną funkcją jest „Extensión para filtrar películas y series en IMDb”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia IMDb Filters
Pobierz pliki rozszerzeń IMDb Filters w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pnllgfiggoobpbpagmnmmljjalhjbcke |
Oficjalny URL | https://chrome.google.com/webstore/detail/imdb-filters/pnllgfiggoobpbpagmnmmljjalhjbcke |
Opis | Extensión para filtrar películas y series en IMDb |
Rozmiar pliku | 406 KB |
Liczba instalacji | 74 |
Aktualna Wersja | 2.0.0 |
Ostatnia Aktualizacja | 2017-07-20 |
Data Publikacji | 2017-07-20 |
Ocena | 5.00/5 Łącznie 9 Oceny |
Deweloper | agustinbinci |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/KL44S/IMDbFilters |
Obsługiwane Języki | 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" ] } |