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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

IMDb Filters 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 IMDb Filters IMDb Filters
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"
    ]
}